hi all !
I'm tryin to pass info from fields to another page. i've tried using sessions, but failed. Using hidden fields is supposed 2 be an easy way, but...
the scenario is like this:
1. user registers his info to be a member at register.php
2. validating of fields at register2.php. if no errors, go to success.php.
3. if contains errors, go to register_again.php (here, the erronous fields are supposed to be highlighted in red).
4. post the data back to register2.php.
continue from step 2..
Any help is much appreciated 🙂