Wayne wrote: >OK, I installed as per INSTALL, everyhting ok, no errors. >I created the test file test.php: <? phpinfo() ?>. >When I call up this page from a browser I simply get the markup regurgated: >i.e.: <? phpinfo() ?>. >This is the same for any php markup.
You probably forgot to add support for the php extension in httpd.conf: AddType application/x-httpd-php .php otherwise, apache treats it as a text file and doesn't pass the request to the php binary. er... i'm assuming you're using apache. i can't remember offhand the exact name of the tab in the IIS manager thingy where you set this, though it's really easy. Look for something about document types. /b -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php