jakebur01 Posted August 5, 2008 Share Posted August 5, 2008 I have a 4 pages with forms. Each page passes data to the next. Ex. (page 1 contains personal info, page 2 contains driver info, page 3 contains vehicle info, etc.) I am turning the posted info on page 2 into sessions. My though was that if you are on page 3 and wanted to click on "personal info - page 1" to review the info or to make a change that you info would be in the blanks. I would make the default values the sessions. On page 5 all of the data is formated and e-mailed out. My problem is that when you use a session once, it is used up for good. Is their any way to make a session to where you can use it over and over without it being used up? Quote Link to comment https://forums.phpfreaks.com/topic/118319-solved-session-question/ Share on other sites More sharing options...
DeanWhitehouse Posted August 5, 2008 Share Posted August 5, 2008 change the value of it or unset it Quote Link to comment https://forums.phpfreaks.com/topic/118319-solved-session-question/#findComment-608862 Share on other sites More sharing options...
jakebur01 Posted August 5, 2008 Author Share Posted August 5, 2008 could I just set it again rather? Quote Link to comment https://forums.phpfreaks.com/topic/118319-solved-session-question/#findComment-608901 Share on other sites More sharing options...
DeanWhitehouse Posted August 5, 2008 Share Posted August 5, 2008 thats what this means change the value of it Quote Link to comment https://forums.phpfreaks.com/topic/118319-solved-session-question/#findComment-608905 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.