[PHP] Displaying the table records along with check boxes.

2002-07-03 Thread Balaji Ankem
Hi friend, I would like to display the table records along with check boxes for the purpose of selecting particular records or select all and for deleteing them or for other purpose. Anybody have ready made code for this type... Any help would be greatly appreciated. Thanks and Regards

Re: [PHP] Displaying the table records along with check boxes.

2002-07-03 Thread 1LT John W. Holmes
(DELETE FROM your_table WHERE id IN ($delete_ids)); ? HTHSM, ---John Holmes... - Original Message - From: Balaji Ankem [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 03, 2002 8:05 AM Subject: [PHP] Displaying the table records along with check boxes. Hi friend, I would

RE: [PHP] Displaying the table records along with check boxes.

2002-07-03 Thread Balaji Ankem
PM To: Balaji Ankem; [EMAIL PROTECTED] Subject: Re: [PHP] Displaying the table records along with check boxes. The code to create a check box is: input type=checkbox name=whatever value=something HTH, ---John Holmes... PS: It might help if you actually try to do something yourself and then ask