How to make data entered on a form that has not been submitted into MySql database appear on another form
Linux, Apache, MySQL, PHP
1
Posts
1
Posters
1
Views
1
Watching
-
I have a form that submits data into my MySql database using the
php $_SERVER['PHP_SELF']
But I want to be able to view the contents of the data entered prior to submission on another page. Using this code
It opens another page but does not show the data entered just the Caption for the textbox only. Please assist.