I'd like to know how to implement 303 redirect for displaying post
data.
Example:
I send the form.
Redirect
Page displays the info I just posted. (Eg: Name, email).
I think it is done with parameters, like /index.php?name=TheName&email=theEmail
but i'm not sure, since I've tried to find some good article explaining it but couldn't.
Thanks a lot.