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
