Search found 2 matches

by vvanherk
Sat Nov 28, 2009 3:46 pm
Forum: PHP - Code
Topic: PHP Redirect and maintain Request Parameters - Advice Needed
Replies: 3
Views: 307

Re: PHP Redirect and maintain Request Parameters - Advice Needed

Hey daedalus__ Thanks for the reply. I realize that passing data as request is appending the data/value pairs to URI. It just seemed kinda messy to have to recreate the whole URI by appending all attributes (there are only about 8 of them, but still). So, if I used sessions, how would that work, or ...
by vvanherk
Sat Nov 28, 2009 12:09 pm
Forum: PHP - Code
Topic: PHP Redirect and maintain Request Parameters - Advice Needed
Replies: 3
Views: 307

PHP Redirect and maintain Request Parameters - Advice Needed

Hey All. Somewhat new to php, so excuse the simple question. Currently, I have a 'register_game.php' that takes form data and submits via get method to a tfmail script. All this is working fine. I need to add in some validation to check that user data on the form is valid existing user. So, I have a...