thiago1983
08-15-2006, 08:58 PM
I have a form which i validate the user input. It does all the validating in the same php. Once all the user input is validated and verified i use the header() function to redirect to the next page.
Now my problem is this: I have some user input that needs to go to the next page and i was just wondering how can you do this without using the GET method.
For example: header("Location: http://www.example.com&text=asac");
How can i pass the text variable without using the GET method? Anybody can help. I would appreciate it. Thanks a lot
Now my problem is this: I have some user input that needs to go to the next page and i was just wondering how can you do this without using the GET method.
For example: header("Location: http://www.example.com&text=asac");
How can i pass the text variable without using the GET method? Anybody can help. I would appreciate it. Thanks a lot