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

2005-06-06 Thread Rod Castellanos
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 someth

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

2005-06-06 Thread Rod Castellanos
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 someth