* Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]):
> hi there i dont know if this happens in php4 but say i have a list of radio
> buttons in an array like
> <input type="radio" name="secondary_banner[]">
> <input type="radio" name="secondary_banner[]">
> 
> it only returns the one selected into the array, so instead of having 2
> keys i only get the one , the empty one doesnt seem to get submitted , how
> can i make both turn up in the array ?

You can't that is how html forms behave.  You'll have to work around it.



Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to