[Tutor] Python and CGI

Sean 'Shaleh' Perry shaleh@valinux.com
Thu, 26 Oct 2000 09:54:38 -0700 (PDT)


EVERY cgi must do:

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

before ANY printing occurs.  Note there should be TWO \n's, print does one of
them for you.