Yes, but it's not correct, there's your premature end of script header right
there.

You have:

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


It should be:

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



-----
Scot Robnett
inSite Internet Solutions
[EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to