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? :-\ Quote 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! Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/85718-need-a-suggestion/#findComment-437651 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.