GET/POST Data Array in Python?

Fazer faizan at jaredweb.com
Sun Jul 27 15:34:26 EDT 2003


Hello Everyone!

I am making a simple Pythong CGI script that collects data from a
form.  When the Python CGI Script is called,  I wish to gather all the
POST variables and display all their values.  So, I was wondering if
all the POST data is collected in an array like in PHP where I just go
through all keys and display their values?

Thanks,




More information about the Python-list mailing list