Curious Cat
12-27-2002, 02:08 PM
Hi Guys
I've tried to setup php to run on my local workstation with WinXP and Apache. I've tested apache to be running alright and had make the following config on apache to run PHP
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php .htm .html .phtml .php3
Action application/x-httpd-php "/php/php.exe"
AddType application/x-httpd-php-source .phps
But..... I still couldn't get PHP to run and the error is as follows. Anyone one can help?
Parse error: parse error, unexpected T_STRING in c:\program files\apache group\apache\htdocs\testing.php on line 2
I've tried to setup php to run on my local workstation with WinXP and Apache. I've tested apache to be running alright and had make the following config on apache to run PHP
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php .htm .html .phtml .php3
Action application/x-httpd-php "/php/php.exe"
AddType application/x-httpd-php-source .phps
But..... I still couldn't get PHP to run and the error is as follows. Anyone one can help?
Parse error: parse error, unexpected T_STRING in c:\program files\apache group\apache\htdocs\testing.php on line 2
