Hi Piersk,
this is where my knowledge of php breaks down!! I used the Installer and I don't know if it loads the CGI or as a module?
I followed the instructions and changed the php.ini and added:-
cgi.force_redirect = 0
extension_dir = "c:/php/"
Made sure the ".php" in the default web server. And in the directory structure the test file I have created is now seen as a phpfile!!
I have tried the same install now on three different systems and the same happens on all.
When I run the following command:-
<?php
phpinfo();
?>
I believe this should bring up a box with the version of PHP??
Any ideas??
cheers mate