I need to be able to select which records will be passed to a query. I have designed a page that displays all of the records from a table and at the end of each line, I have placed a checkbox. I want to be able to pass only the records that have a check in the box to the update query.
I guess the real question is can I pass an array to either post or get or as a session variable.
Any ideas will be greatly appreciated.
Bob
I guess the real question is can I pass an array to either post or get or as a session variable.
Any ideas will be greatly appreciated.
Bob