Web Hosting Talk







View Full Version : cgi problems


Ronald_Craft
10-07-2003, 02:57 PM
I've been having problems with CGI all day and I HAVE set the permissions correctly but no matter which script I use none of them work. I emailed the admin and here's the response i got:

"Yes, that is the path. I looked at your script, it does not have the line to make it show as a webpage."

Ok great now..where the heck do I find/figure out what this mystical line is to make it "show as a webpage"?

Any help would be appreciated.

Dylan
10-07-2003, 10:45 PM
He is most probably referring to:

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

VNPIXEL
10-07-2003, 10:48 PM
what was the error you got?