PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Can somebody please help? I am trying to get an Array passed using session variable. As the following code shows, the results of an sql query are displayed from an array. This part works fine. Now I want to store what the user selects from this list in a session array and pass it on to the next page
All I get in the session array is the word Array. Please help.
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Last edited by pmehta on Thu May 04, 2006 8:48 am, edited 1 time in total.
The session has been started and infact I am using couple session variables from previous pages for some other tasks as well. The issue here is that I want to pass ONLY the "selected" items to the next page as a session variable or a session array.