Re: [PHP] Dynamic Select Lists - 1st Selection Effects 2nd!
- From: aballard@xxxxxxxxx ("Andrew Ballard")
- Date: Thu, 31 Jul 2008 14:32:27 -0400
On Thu, Jul 31, 2008 at 12:40 PM, Rahul S. Johari
<sleepwalker@xxxxxxxxxxxxxxxx> wrote:
Ave,[snip]
What I have is two Select (Drop-Down) lists (State & County) and I'm
populating them from a mySQL table. What I want is when the user selects the
State from the State List, the County List should only pull out counties
associated with that State.
This is a usability issue rather than a code issue, but wouldn't you
want that to be the other way around? (ie, select the country from a
list and it populates the state list with
states/provinces/territories/adminstrative disticts/etc. that belong
to that country?) I know the order is "backward" from how one
typically writes an address on paper, but otherwise your state list
will be HUGE and often your country list would only have one value
after the user selects a state.
Andrew
.
- Follow-Ups:
- Re: [PHP] Dynamic Select Lists - 1st Selection Effects 2nd!
- From: Micah Gersten
- Re: [PHP] Dynamic Select Lists - 1st Selection Effects 2nd!
- Prev by Date: Re: substr ldap php
- Next by Date: Re: [PHP] Dynamic Select Lists - 1st Selection Effects 2nd!
- Previous by thread: Re: [PHP] Dynamic Select Lists - 1st Selection Effects 2nd!
- Next by thread: Re: [PHP] Dynamic Select Lists - 1st Selection Effects 2nd!
- Index(es):
Relevant Pages
|