thomashw Posted January 12, 2008 Share Posted January 12, 2008 I have a page where there are multiple dropdown lists, with multiple options in each. I need to continuously show the customer each option they've selected on the "checkout" pages. I've been using sessions to create the checkout procedure where I store all the information (such as product id, etc.) in a "temp" table in my database and then call it using the session id. This has worked fine since there was only one product id, etc. Now that I have "multiple" options, I'm not sure how to store and call them all properly on the checkout pages. Can someone suggest something? :-\ Link to comment https://forums.phpfreaks.com/topic/85718-need-a-suggestion/ Share on other sites More sharing options...
thomashw Posted January 12, 2008 Author Share Posted January 12, 2008 Bump! Link to comment https://forums.phpfreaks.com/topic/85718-need-a-suggestion/#findComment-437512 Share on other sites More sharing options...
Ken2k7 Posted January 13, 2008 Share Posted January 13, 2008 You can store them as a string with commas separating the id. (in your database I mean) Or use cookies if not your DB. Link to comment https://forums.phpfreaks.com/topic/85718-need-a-suggestion/#findComment-437651 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.