GiantDaddY
Programmer
I'm using php 5.0.4 on a Windows 2000 server.
When I try the following code :
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo "<p>Hello World</p>"; ?>
</body>
</html>
I get the following :
"
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
Hello World
"
Any ideas ? I checked security on the php directory, on the directory where the php file is located ... but nothing helps.
When I try the following code :
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo "<p>Hello World</p>"; ?>
</body>
</html>
I get the following :
"
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
Hello World
"
Any ideas ? I checked security on the php directory, on the directory where the php file is located ... but nothing helps.