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
Check out Leon Atkinson's Chained Selectors article at Zend. http://www.zend.com/zend/tut/drop-down.php Regards, Paul Meagher - Original Message - From: "Robert Trembath" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 19, 2001 5:24 PM Subject: [PH