Re: How to emulate phpMyadmin for editing with checkboxes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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:
> 
> <INPUT type="checkbox" name="isSelected[]" value="<?php $row['ID'] ?>" >
> 

try <?php print $row['id'] ?>
          ^^^^^
your not doing anything with $row 

Bret

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux