[PHP-DB] Drop-down menu selection

2001-02-20 Thread Julio Cuz, Jr.
Hi-- I hope all of you are having a great long weekend! Let's say I have four (4) tables: - "campus" that holds all my campuses' names (only 3), - "building_campus1" that holds all buildings for 'campus1', - "building_campus2" that holds all buildings for 'campus2', - "building_campus3" that

Re: [PHP-DB] Drop-down menu selection

2001-02-20 Thread JJeffman
ll up the "buildings" drop-down menu. HTH. Jayme. -Mensagem Original- De: Julio Cuz, Jr. [EMAIL PROTECTED] Para: [EMAIL PROTECTED] Enviada em: tera-feira, 20 de fevereiro de 2001 21:44 Assunto: [PHP-DB] Drop-down menu selection Hi-- I hope all of you are having a great long weekend! L

RE: [PHP-DB] Drop-down menu selection

2001-02-20 Thread Thor M. Steindorsson
: Tuesday, February 20, 2001 5:29 PM To: [EMAIL PROTECTED]; Julio Cuz, Jr. Subject: Re: [PHP-DB] Drop-down menu selection You need mix JavaScript and PHP. Write an "OnChange" event handler for the "campus" selection list and fill up the "buildings" drop-down menu in two w