
October 5th, 2001, 03:34 AM
|
|
inexperienced and useless
|
|
Join Date: Aug 2001
Location: Stevenage, uk
Posts: 10
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Python cgi's
I am currently writing my first python cgi to simply take data from a html form, the site is only a small intranet site, so will probably be low traffic, therefore I don't want to connect the submission to a data-base, it seems like over kill. I want to simply dump the data from the form into a file, I have tried using the tempfile module, but this generates a random file that I am unable to locate.
If anyone has any pointers or knows where I can find some help please let me know.
|