You are not logged in.
Pages: 1
Imagine someone uses my website coded in Python Server Pages and he submits, say his age, with the POST method.
In the next page, how do I tell him "You are XX years old"? ie. how do I parse the results of a POST in PSP?
In PHP there is an array of the variables sent, and you can subscript it with the name of the form variable.
I have looked around, but I couldn't yet find how to do this in PSP. I have found a way to do it with the cgi, but I don't even know what a cgi is, or how I can use it on the web.
Please help me in any way you can. Thanks a lot!
Maj-
Offline
Pages: 1