Re: [PHP] selected option values not being captured by form processing software

2001-03-13 Thread Chris Lee
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

[PHP] selected option values not being captured by form processing software

2001-03-13 Thread Nicole Lallande
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