Simple CGI Script in Python
Revision as of 16:45, 12 January 2011 by Michael Murtaugh (talk | contribs) (Created page with "The Python documentation is a pretty good place to start: http://docs.python.org/library/cgi.html <source lang="python"> print "Content-Type: text/html" # HTML is following ...")
The Python documentation is a pretty good place to start: http://docs.python.org/library/cgi.html
print "Content-Type: text/html" # HTML is following
print # blank line, end of headers