On Tue, 02 Nov 2004 13:38:03 -0800, Todd Cary <todd@xxxxxxxxxxxxxxxxxx> 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