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. -- http://mail.python.org/mailman/listinfo/python-list