At 11:40 PM -0500 6/6/11, Chris Stinemetz wrote:
I have three drop down menus in my form. How do I make it so the
second and third menus are only visible once the prior menu was
selected?


Chris:

You mean something like this?

http://php1.net/b/zipcode-states/

The explanation (and js) is there.

The back-end php is simply looking through database to populate the "second selection control" based upon selection of the first; and then populates the "third selection control" based upon the selection of the second. It's not that complicated -- just take baby steps.

Cheers,

tedd

--
-------
http://sperling.com/

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

Reply via email to