your checking the value every time you loop so that you can see if that value is
checked or not. Im sure Ive missunderstood your question... please email.
select_array('', 'country', '');
echo "
";
foreach($result as $pos => $val)
{
$this_country = $val['country'];
echo "
$t
Hi,
Working on a code that uses a select/option field. All my other fields
are passing through to the form processing software just fine. Meloni's
PHP Essentials does this funky thing, declaring each function value as
selected or not although she shows it with the individual values not
with var
2 matches
Mail list logo