[phplib] OT: Deleting Queries from Checkbox From: HurricaneIndy <email protected>
Date: 05/16/01

Hey all,
I have query that lists all the rows in a table. I would like to be able to delete any of them using a checkbox. I added the checkbox tags in a while loop along with the rest of the queries so it prints out nicely. Of course I have a statement like:

mysql_query("DELETE FROM test_table WHERE ????")

This is the part I am stuck at...How exactly do I write this part of the code not knowing how many checkboxes will be selected to delete?

Thanks in advance guys..

Indy

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>