Re: Passing marked rows in a table

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

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux