Re: [PHP-DB] How to emulate phpMyadmin for editing with checkboxes

2005-02-28 Thread Bret Hughes
On Thu, 2005-02-24 at 13:57, Mahmoud Badreddine wrote: > Thank you for your generous response. > I am almost there, but not quite. > > I changed my checkbox statement to looke like the following: > > > try ^ your not doing anything with $row Bret -- PHP Database Mailing List

Re: [PHP-DB] How to emulate phpMyadmin for editing with checkboxes

2005-02-25 Thread Mahmoud Badreddine
t; To: Mahmoud Badreddine <[EMAIL PROTECTED]> CC: php-db@lists.php.net Subject: Re: [PHP-DB] How to emulate phpMyadmin for editing with checkboxes Date: Wed, 23 Feb 2005 22:11:18 -0500 Mahmoud Badreddine wrote: Problem statement: I would like to give my users the option of clicking on a checkbox which I

Re: [PHP-DB] How to emulate phpMyadmin for editing with checkboxes

2005-02-25 Thread John Holmes
Mahmoud Badreddine wrote: I changed my checkbox statement to looke like the following: where "ID" is the name of the auto-incremental id of my table. This is the output I get from my post_r debug statement: [isSelected] => Array ( [0] => [1] => [2] =>

Re: [PHP-DB] How to emulate phpMyadmin for editing with checkboxes

2005-02-23 Thread John Holmes
Mahmoud Badreddine wrote: Problem statement: I would like to give my users the option of clicking on a checkbox which I have provided as a field in a table and then clicking on the edit (or delete ) button to edit the info pertaining to the checked record. In other words , in case my statement o