This is not how they work, the name goes
under <select> not within <option>.

And as others have suggested, using an
array is key here: name="bleh[]".

 http://www.php.net/manual/en/faq.html.php#faq.html.select-multiple

Regards,
Philip Olson


On Thu, 6 Jun 2002, Jay Blanchard wrote:

> [snip]
> The value selected is now in $a_name
> [/snip]
> 
> Or $_POST['a_name']
> 
> HTH!
> 
> Jay
> 
> "Give a man a program, frustrate him for a day.
> Teach a man to program, frustrate him for a lifetime."
> "It's hip to snip!"
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


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

Reply via email to