Hi, i compiled apache on win2000, it works... i download php4.0 from the php web site and i have the php.exe file .
When i use netscape with "http://localhost/info.php (file contening <? phpinfo(); ?>), i have a parser error displayed on my netscape window...
Can u help me ??
I don't known, because i discover apache & php today, but have you the file php4ts.dll under windows/system ? And have you type those lines in your httpd.conf : ScriptAlias /php/ "c:/php" AddType application/x-httpd-php4 .php AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe"
Or something like that. See the Readme.txt and documentation from www.php.org
I tried installing PHP w/ Apache on my Win98 box and am getting the same error. What's the deal?
hey, i've downloaded binary distribution package from www.php.net - all is working o.k.
by the mean, why you don't using php as apache module??? installation is more simple and php is working better - no problems with header functions
Ok, thanks all, my apache server and my php files now work 🙂
The mistake was in the httpd.conf file...
Thanks...
I'm going to learn the php langage now 🙂
If someone have a good url to learn php langage, send it to me please, thanks
JC