This sample shows how to retrieve values from a Listbox which allows for the selection of multiple values.
PHP:
if ($_POST['listboxname'])
{
foreach ($_POST['listboxname'] as $var)
{
echo $var;
// add your code here
}
}
Dec 23, 2006
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment