[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] cgiwrap problem running cgi script



Saturday, 23 November 2002 1:20 AM Paul Alcock wrote:
=> Ensure your script is sending the header.
=> ie, before you print anything to the output (http connection)
=> you should have
=>
=> 	print "Content-type: text/html\n\n";

Thanks, but already checked that too. This script worked fine on another
machine and as I said in another post, I get the same problem with all
scripts, so I am sure it is not a script error.