PHP Headers
Posted: Tue Mar 25, 2003 2:51 am
I have a form where users can type data and register, the problem is Im validating this form on server side, to redirect to registration page if any of the mandatory fields are blank (header("Location:filename.php") ). The validation and inserting data to the database are done in a seperate php page. When redirecting to the registration page, the registration page does not have any data previously typed.
Is there any way to redirect to the registration page, showing the data previously typed.
Please treat this as urgent!
Thanks
Is there any way to redirect to the registration page, showing the data previously typed.
Please treat this as urgent!
Thanks