rwwd Posted August 4, 2008 Share Posted August 4, 2008 Hello All, Just a quick ask: When a form is showing data over say, 5 pages, and you want to remember the choices (in this case radio buttons & check boxes) made by the user, so that when they press the submitt button, the data from ALL pages, not just the one thats in view, gets posted. I am assuming that this is a mixture of javascript & cookie/session arrays. I have a vague idea, but i would like to be pointed in the right direction. Any help is appreciated, Cheers, RWWD Link to comment https://forums.phpfreaks.com/topic/118144-storing-data-when-using-pagination/ Share on other sites More sharing options...
ratcateme Posted August 4, 2008 Share Posted August 4, 2008 have you checked out $_SESSION it will remember data across all your pages Scott. Link to comment https://forums.phpfreaks.com/topic/118144-storing-data-when-using-pagination/#findComment-607832 Share on other sites More sharing options...
rwwd Posted August 4, 2008 Author Share Posted August 4, 2008 ratcateme, So am i in the right ball park then for the idea that i have? Use the session to store the data entered/checked over a page set. Then once the submit has been sent, all of the checked/entered stuff will get posted. Thanks Rwwd Link to comment https://forums.phpfreaks.com/topic/118144-storing-data-when-using-pagination/#findComment-607844 Share on other sites More sharing options...
Jabop Posted August 4, 2008 Share Posted August 4, 2008 append all queries to a $QueryString and use GET Link to comment https://forums.phpfreaks.com/topic/118144-storing-data-when-using-pagination/#findComment-607850 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.