[PHP] Can I show input data whrn back to the Input Form?

2002-08-29 Thread Hakkan Lui
Dear all, In my php program, when user click submit on a form, it comes to a confirmation page, showing what the user entered in the form. If the user find want to re-enter the information, he press Back on the browser. Then it comes back to the form, with empty input. I want to ask: Can the

Re: [PHP] Can I show input data whrn back to the Input Form?

2002-08-29 Thread Justin French
Relying on the back button isn't good... the data may or may not be there when they return. However, you CAN provide them with a button change, and POST the data to a form... where they modify their data, the form needs to echo the POST data back into the form, eg: FORM action=validate.php