Forum Moderators: coopster
For simplicity's sake, let's say the list is of ten customer names.
My query results give me a page with a list of orders that have come in today, with a checkbox to select the orders I want to process and then archive.
my WHILE loop echoes this result:
[2][b]<input type=checkbox value="$order_id"> $customer_name </br>[/b][/2] I want to select five of the ten orders, move them to a database table named "archived", then remove them from the original table.
Looking for anyone that can point me in the right direction....
Thanks in advance.
mc