call me a moron, but i'm havin issues.
i have a user_register.php page where user's fill in data. i have the general error handling code in place (i.e. invalid email, etc). the action is register.php
here's what i want, and i'm not sure how to do it yet.
example: user doesn't fill in all the required fields. i would like for the page to be redirected back to the user_register.php page with the old data still in the form as well as an error message generated based on what the error is embedded in the user_register.php page.
i'm having problems carrying variables around from page to page...how/can i do this? any help is greatly apreciated. if i sound vague or not specific in what i'm asking feel free to post your ? and i'll answer it.
thanks