Hello, I'm currently a Perl and ColdFusion programmer. I've heard a lot of good about PHP, so I just installed the Win32 distribution of PHP4 from php.net. I have a Win98 box with PWS and Perl and ColdFusion have been running great on it for my home development. But PHP does not seem to run. The scripts display as text to the browser, tags and all. Anybody have a solution?
Thanks
PHP isn't being called. Did you add these lines?
ScriptAlias /php/ "d:/internet/php/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe"
Did you specify a doc_root in php.ini? doc_root=c:\www