Hello,
I am running PHP 4.0.7 on Win2000 Server, SP3.
My PHP installation was running fine in the past, with PHP as an ISAPI filter.
I recently installed both Win2000 SP3 and IE 6.0 SR1.
Although phpinfo() runs just fine, any PHP script that I try to run, such as:
<html>
<head>
<meta http-equiv="refresh" content="10">
<title>PHP Test 01</title>
</head>
<body>
<?php
echo( "Hello, world." );
?>
</body>
</html>
produces this error:
Warning: Failed opening 'c:\inetpub\wwwroot\phpTest00.php' for inclusion (include_path='.') in Unknown on line 0
I appreciate any suggestions and help.
Kerry M. Hodnett