html question
Oct. 3rd, 2006 10:57 amIf I have a cgi program (test.cgi) that spits back text or html, how do I arrange it so the text it spits back is displayed?
I thought it would be <form action="https://xx.xx.xx.xx/cgi-bin/test.cgi"> but that isn't working.
no subject
Date: 2006-10-03 03:08 pm (UTC)How are you spitting back the text? Do you have the content-type header set?
no subject
Date: 2006-10-03 03:12 pm (UTC)Can you do im from work?
no subject
Date: 2006-10-03 03:24 pm (UTC)no subject
Date: 2006-10-03 06:25 pm (UTC)print qq(Content-Type: text/html;\n\n\n) ;
before your output