Hi all,
I have just installed php and mysql, when checking to see if it worked i got the error
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
Heres the code i used to test it:
<body>
<?php
$myvar = "Hello World";
echo $myvar;
?>
</body>
Also, what the best way import text based databases into mySQL
Thanks in advance...
Dunskii
I have just installed php and mysql, when checking to see if it worked i got the error
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
Heres the code i used to test it:
<body>
<?php
$myvar = "Hello World";
echo $myvar;
?>
</body>
Also, what the best way import text based databases into mySQL
Thanks in advance...
Dunskii