Re: spaces in select

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux