Retain PHP form information across pages
I am trying to solve this problem:
Basically, a user fills in a HTML form then submits it. They are then
redirected to another page where they fill in another form. Both forms are
finally captured by PHP using $_POST. How is it possible to retain the
information from the first form across the second form so both are
submitted?
No comments:
Post a Comment