I have no idea how to do this, so help me out if you can.
I have a search page, the brings back the results in atable format. Each row in the table gives the data for each row in the database that was pulled. To the left of this row, there is a checkox, its name and value are realted to the records id. For instance, if the record id is 200, then the checkbox name will be "select200" and its value will just be "200".
NOw, what I need to know, is how, after selecting the ones I want to continue with, and submit the page, I can take the ones that are checked and display them on a new page.
I figure if I can have some way to get a count of how many are checked, and the values of the ones that are checked, then I can take that data to make a loop and select the data out of the database, and re-display it.
But, I do not know how to see if a checkbox is checked in the code.
Any heelp would be great. Thanks.