I am using a WinXP system. I installed Apache and got it working. I also installed PHP for windows, from a MSI package. I followed step by step from a website. After creating a test file called phpinfo.php,which has this in the file:
<? phpinfo() ?>
It should output my system information but all i get is a blank screen. Here is the info from my httpd.conf file:
ScriptAlias /cgi-bin/ "C:/Program Files/Apache Group/Apache2/cgi-bin/"
ScriptAlias /php/ "C:/php/"
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps
AddType application/x-tar .tgz
AddType image/x-icon .ico
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
here is the website i got the setup procedures from.
any help would be great
<? phpinfo() ?>
It should output my system information but all i get is a blank screen. Here is the info from my httpd.conf file:
ScriptAlias /cgi-bin/ "C:/Program Files/Apache Group/Apache2/cgi-bin/"
ScriptAlias /php/ "C:/php/"
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps
AddType application/x-tar .tgz
AddType image/x-icon .ico
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
here is the website i got the setup procedures from.
any help would be great