Having problems... :mad: I have a form that creates checkboxes from a database. From there, I want the user to be able to select the desired checkboxes, click on another button, which in turn posts the selected checkboxes as an array to a new page. I'm already using the brackets [] to signal the form to store the data as an array and amazingly I'm able to post the data back to the original page, I'm just not able to post the data to a new/different page.
I'm assuming the problem lies in the fact that the form I'm using posts to itself (which is how the checkboxes are created in the first place) and so I'm not able to get the array to post to the other page. Any ideas on how to accomplish this? Or does anyone have a quick and dirty example of this I take a look at? Thanks, D.