Jetfire Posted December 22, 2008 Share Posted December 22, 2008 How do I use php to echo the text filled in a textbox/form, and in the second page place the information into the appropriate boxes? Like an application, registration but it's 2 pages. Or, Maybe a login, Username + PW, and after submitting the login, it should say Thank you ______, you have been logged in. ? Link to comment https://forums.phpfreaks.com/topic/138038-how-do-i-remember-text-filled-in-a-form-and-make-it-appear-in-the-second/ Share on other sites More sharing options...
JonnoTheDev Posted December 22, 2008 Share Posted December 22, 2008 After the form is posted on the 1st page, store the $_POST values into session variables and then display them on your second page. Link to comment https://forums.phpfreaks.com/topic/138038-how-do-i-remember-text-filled-in-a-form-and-make-it-appear-in-the-second/#findComment-721496 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.