PDA

View Full Version : White Screens with cgi's why??



David
February 26th, 2001, 04:18
Why do i keep getting white screens with my cgi's? On netscape it says document contains no data. Is there a way to fix this?

BTW it happens with all cgi scripts i run (Newspro for example will give me a blank screen when i sumit news and i am forced to refresh)

Also I've uploaded the scripts in ASCII and CHMOD properly.

Please Help

Thanks in Advanced.

Koolguy
February 26th, 2001, 17:27
Maybe the header isnt being sent correctly?

Hobbes
February 26th, 2001, 23:33
Yeah, check the header. It should say



print "Content-type: text/html\n\n";