Re: [PHP-WIN] dynamic pulldowns from DB

2001-04-20 Thread Tom Mathews
Depends how neat you want it to be! If you don't mind asking the user to hit a button for each selection, then treat each list as a form with its own submit button. Set the submit action to update the variable that you use for the select to create the next list down. Note that if you do this you w

Re: [PHP-WIN] dynamic pulldowns from DB

2001-04-19 Thread Paul Meagher
y, April 19, 2001 5:24 PM Subject: [PHP-WIN] dynamic pulldowns from DB > A little help from anyone please. > > I know this was discussed before but I can't find it now that I need it. I > want to dynamically populate a pulldown list from a mysql query based on > what is selected

[PHP-WIN] dynamic pulldowns from DB

2001-04-19 Thread Robert Trembath
A little help from anyone please. I know this was discussed before but I can't find it now that I need it. I want to dynamically populate a pulldown list from a mysql query based on what is selected from another pulldown list populated by a query from mysql. If the first choice is changed a diffe