I have installed Apache on my win 2k box. I have also added php 5 to c:\php. As far as I can tell I have made all the necessary changes to the php.ini and httpd files (as well as moved files to the system32 and winnt folders).
Apache starts and opens index.php, but does not actually run the php part. It just sits in the source code (I tried <? phpinfo() ?>). It does not literally display the line <? phpinfo() ?>) in the browser though (I can only see it when I view the source code).
Basically, the php is not getting parsed. Any ideas?
Apache starts and opens index.php, but does not actually run the php part. It just sits in the source code (I tried <? phpinfo() ?>). It does not literally display the line <? phpinfo() ?>) in the browser though (I can only see it when I view the source code).
Basically, the php is not getting parsed. Any ideas?