TapeGun007 Posted June 18, 2010 Share Posted June 18, 2010 You may want to read this topic that I posted earlier first: http://www.phpfreaks.com/forums/index.php/topic,301476.0.html What I'm doing is, listing a bunch of groups: (See SelectGroups.gif image below) Page 1: Once the user selects the groups they want, and click Submit, it then redirects to another form (Page 2) to select which songs they want to assign to those groups: (See SelectFiles.gif image below) Page 3: Write the information to a database. My question is, how do I pass the Groups that were selected on Page 1 to Page 2 (which I already did), and then pass them along to Page 3? [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/205141-passing-along-form-input-to-more-than-1-page/ Share on other sites More sharing options...
Xtremer360 Posted June 18, 2010 Share Posted June 18, 2010 Pass them along as a hidden field. Quote Link to comment https://forums.phpfreaks.com/topic/205141-passing-along-form-input-to-more-than-1-page/#findComment-1073785 Share on other sites More sharing options...
phpology Posted June 18, 2010 Share Posted June 18, 2010 Or pass them across with $_SESSION[]. Just remember to start it be for hand Quote Link to comment https://forums.phpfreaks.com/topic/205141-passing-along-form-input-to-more-than-1-page/#findComment-1073851 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.