coltrane Posted August 21, 2009 Share Posted August 21, 2009 Hi If a client hits "back" to the previous page to change some input to a form, how do i redisplay the input he has already put in? Thanks Link to comment https://forums.phpfreaks.com/topic/171302-sticky-backbutton/ Share on other sites More sharing options...
p2grace Posted August 21, 2009 Share Posted August 21, 2009 You'll need to store all the data in a session, and then check if that session variable exists when displaying the form. If it doesn't assign the values of the fields to those of the session. Link to comment https://forums.phpfreaks.com/topic/171302-sticky-backbutton/#findComment-903448 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.