On Tue, 02 Nov 2004 13:38:03 -0800, Todd Cary <[EMAIL PROTECTED]> wrote:
> I create a list of records from a DB and each has a check box.  What is
> the best way to select those that were checked after the form is submitted?

Have a look at how the form data is coming across, you should see the
answer right away:

echo '<pre>';
print_r($_POST);
echo '</pre>';


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

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

Reply via email to