[Tutor] Handling post request

Alan Gauld alan.gauld at btinternet.com
Wed Jan 28 13:42:06 CET 2009


"Tiago Katcipis" <katcipis at inf.ufsc.br> wrote

> thank you all for the help but i have finnaly been able to do what i 
> wanted.
> I will not use CGI scripts, its very simple what im doing and i just 
> wanted
> the parameters sent on the POST like:
> *
> "name1=value1&name2=value2&name3=value3"*

The cgi module would have given you that in about 5 lines
of code, so you did an awful lot of work that you didn't
need to! But at least you will have learned a lot about
http servers that might be useful in the future. :-)

Alan G. 




More information about the Tutor mailing list