Hey,
Suppose you enter values in a form, and then press Submit.
I want the browser to go to the next page, and just display all the FORM data, with a message at the bottom, like "Are You Sure you want to add this to the database ? "
So, then, if you click YES, it would add the data to the database.
If no, then just go back.
I know that in Java you can do this using JavaBeans.
But in PHP I'm not sure how to do this. I'm feel there are several different ways to do this, but it there a better way ?
thanks !
Dennis