Another suggestion is to use country codes - generally accepted by most i.e.
uk, us, ch, cn, za etc

> -----Original Message-----
> From: Matt M. [mailto:[EMAIL PROTECTED]
> Sent: 11 October 2004 15:42
> To: Angelo Zanetti
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] spaces in select
> 
> > I have a select/option that gets populated with countries. The value of
> > these option are also set to the country name. The problem i have is
> > that some countries have spaces in them
> >
> > eg: United States of America.
> 
> what doe your select loo like?  something like this should work
> 
> <select name="country">
> <option value="United States of America">United States of America</option>
> </select>
> 
> --
> 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