Hi,
I have been racking my brains for days with this and searched many forums etc but just cant find the solution.
I have a form and part of that form is using checkboxes. Like as displayed below:
[php]
[/php]
I want to be able save the the boxes that become checked into a session so I can recall them later when needed. Would anyone please help me work out how to accomplish this so they are saved into a session and then teach me the code to call them on other pages. Session start is already on all pages.
I did it have it working for a bit but it would only paste “Array” into the editbox. But all that code got deleted in a fit of frustration so I am back to the drawing board.
Many thanks in advance.