Date: 05/16/01
- Next message: Stephen Woodbridge: "Re: [phplib] OT: Deleting Queries from Checkbox"
- Next in thread: Stephen Woodbridge: "Re: [phplib] OT: Deleting Queries from Checkbox"
- Reply: Stephen Woodbridge: "Re: [phplib] OT: Deleting Queries from Checkbox"
- Maybe reply: Brian Popp: "RE: [phplib] OT: Deleting Queries from Checkbox"
- Maybe reply: Layne Weathers: "RE: [phplib] OT: Deleting Queries from Checkbox"
- Maybe reply: Chester McLaughlin: "RE: [phplib] OT: Deleting Queries from Checkbox"
- Reply: Ben Curtis: "Re: [phplib] OT: Deleting Queries from Checkbox"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Stephen Woodbridge: "Re: [phplib] OT: Deleting Queries from Checkbox"
- Next in thread: Stephen Woodbridge: "Re: [phplib] OT: Deleting Queries from Checkbox"
- Reply: Stephen Woodbridge: "Re: [phplib] OT: Deleting Queries from Checkbox"
- Maybe reply: Brian Popp: "RE: [phplib] OT: Deleting Queries from Checkbox"
- Maybe reply: Layne Weathers: "RE: [phplib] OT: Deleting Queries from Checkbox"
- Maybe reply: Chester McLaughlin: "RE: [phplib] OT: Deleting Queries from Checkbox"
- Reply: Ben Curtis: "Re: [phplib] OT: Deleting Queries from Checkbox"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

