amc
01-07-2010, 08:13 PM
I installed PHP in my PC, that currently has no IIS. My first script (just an include) seems not to work, and I wonder if the reason lays in that...
|
||||
Installing PHPamc 01-07-2010, 08:13 PM I installed PHP in my PC, that currently has no IIS. My first script (just an include) seems not to work, and I wonder if the reason lays in that... angst 01-07-2010, 08:32 PM php on windows to my knowledge must run through a web server, like: IIS, Apache, SunOne and so on. try this: http://www.wampserver.com/en/ JAY6390 01-07-2010, 09:07 PM Yep, you need a server and call it through the browser. Wamp is a good choice, or xampp gadaschowdary 01-07-2010, 09:07 PM for php on windows you need iis. I had the same issue.. _Aerospace_Eng_ 01-07-2010, 09:41 PM You don't "need" iis. You can use xampp or wamp. Fou-Lu 01-07-2010, 09:52 PM Indeed, I use apache with a self compiled PHP source. Works no problem. Without a webserver, you can still do most stuff using a cli interface, though you cannot easily do things like forms. Good for testing and straight backend work though. |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum