PSP / mod_python ... how to get POST vars on .psp ?

Rod Castellanos rodriwOh at gmail.com
Mon Jun 6 22:04:00 EDT 2005


Ive been looking everywhere, I need to get a var in my .psp file from
another one,
I managed to send it with a form and I can read it with "req.read" but
it reads all of the variables together separated by a "&" like all
POST/GET vars.

How do I store each one in a python var, Im looking for something like
$_POST and $_GET from php.

Thanx.



More information about the Python-list mailing list