Hi,
I downloaded the php4 from www.php.net and unzipped into C:\program files\php which I created and updated configured files as said below.
1) include_path=\".;c:\program files\php\pear\cache\container\phplib\"
2) doc_root = \"C:\inetpub\wwwroot\\"
Now I created one example php file under c:/inetpub/wwwroot and ran from windows explorer with URL as http://localhost/test1.php.Unfortunately I got an error saying that internal server error.I don\'t know what is causing this error.
I even updated apache httpd.conf file as
ScriptAlias /php/ \"c:/program files/php/\" (for Windows only - change path accordingly)
Action application/x-httpd-php \"/php/php.exe\" (for Windows only)
AddType application/x-httpd-php .php
Please guide me how to procede to run my php scripts.