Hello,
I used a form to collect some data, and then use php script to verify the
data before send it to database. If the php script found some errors in
input data, it will use header(Location :register.php) to send it back to the
same form page.
Is there a way to keep those valid data and only ask user to input the data
with errors?
Thanks
-Steven
I used a form to collect some data, and then use php script to verify the
data before send it to database. If the php script found some errors in
input data, it will use header(Location :register.php) to send it back to the
same form page.
Is there a way to keep those valid data and only ask user to input the data
with errors?
Thanks
-Steven
Comment