Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CGI and Strange Output

Status
Not open for further replies.

samesale

Programmer
Sep 15, 2003
133
US
I have a CGI program that generates the following output.

Content-Type: text/html; charset=ISO-8859-1


However, some other CGI programs do not give this output.
Is threre is some statement in the program that generates this? Please help.
 
What library are you generating your headers with? Different libs do it in different ways.

This is a proper header, you should not be concerned.
 
I use CGI with the statement USE CGI. I do not know why I should I get this message. My other program looks the same and it does give me this address.
Please help. I want to thank you even you may not be able to help.
 
Oh I see. so you get this extra data generated and it appears in your page?

This means that you are generating two headers. Look at the program that is generating this extra data and search for the fact that it prints the headers twice.

Are
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top