Re: cgi help
whoa, thanks been trying to figgure this out for a week. cant wait to try it this weekend. thanks again. -- http://mail.python.org/mailman/listinfo/python-list
Re: cgi help
nephish a écrit : > Hey there, > i am trying to write an online application using the cgi module. > what i want to do is have an html form display a drop-down list and > have the values of that list be the lines of text written in a file. Simplest, Q&D solution : 1/ open the file for reading 2/ pr