Helpful Information
 
 
Category: Python
reading POST parameters

I am trying to read a POST parameter sent from another page. I can read GET parameters when a page sends parameters like this : http://somesite.com/somepage.py?someparam=parameter

but what if someone sends it via POST?

thanks a mill

ok I found the answer here http://www.pyzine.com/Issue008/Section_Articles/article_CGIOne.html

it works for both GET & POST :D !










privacy (GDPR)