On Sat, 23 Mar 2002, Andre Dubuc wrote:
> I have written, in an html form, a drop-downlist that uses <SELECT>:
> 
>       i.e. <SELECT NAME=state>
>               <OPTION SELECTED>State
>               <OPTION>AL
>               <OPTION>AZ
>               <OPTION>                // and so on
> 
> I would like a text input as the last option so that a user can type in a 
> state (non-USA) and have this variable passed on. Is there any way of 
> accomplishing this using html or php?

It's not possible. You'll have to put a separate text input field next to 
it.

miguel


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

Reply via email to