Re: [PHP-DB] Associated popup menu (php/mysql)

2004-02-06 Thread Ignatius Reilly
Message - From: Micah Stevens [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 06, 2004 02:33 Subject: Re: [PHP-DB] Associated popup menu (php/mysql) Javascript is client side programming, PHP is server side and unable to control actions and make decisions on what's happening

Re: [PHP-DB] Associated popup menu (php/mysql)

2004-02-06 Thread dpgirago
Let's see if I'm understanding you correctly. You want to have a form with 2 or more popup menus, where a choice of `country` in the first menu then populates a second popup menu with the `states` located in that country? If this is what you're asking, I do this all the time using select (or

Re: [PHP-DB] Associated popup menu (php/mysql)

2004-02-06 Thread alb_shop
Hi all, This is exactly what I meant. I thought that this operation could be done without any JS. But this not seems to be the correct way. Definitively a mix of languages must be used. Thank you all for your responses. David -- PHP Database Mailing List (http://www.php.net/) To

[PHP-DB] Associated popup menu (php/mysql)

2004-02-05 Thread alb_shop
Hello all, I've been searching for hours and cannot find the answer or sample in in any forum. What is the best method (any sample or help would be appreciated), to associate popup menus in a form. Choosing the first popup menu (Main categorie) should provide to me the results for the second

Re: [PHP-DB] Associated popup menu (php/mysql)

2004-02-05 Thread Micah Stevens
Javascript is client side programming, PHP is server side and unable to control actions and make decisions on what's happening in the browser except in a 'third person' manner. Simply put, you can't do this with PHP. On Thu February 5 2004 5:21 pm, alb_shop wrote: Hello all, I've been