Re: [PHP] dynamic pull-down menus?

2002-06-07 Thread Richard Baskett
Usually people do this with javascript, but you could use javascript/php/mysql mysql for the data, php to create the dynamic drop down menus and javascript to refresh the page once someone has picked an option. Rick We do not have to visit a mad house to find disordered minds; our planet is the

RE: [PHP] dynamic pull-down menus?

2002-06-07 Thread Lazor, Ed
:48 PM To: Lazor, Ed; PHP General Subject: Re: [PHP] dynamic pull-down menus? Usually people do this with javascript, but you could use javascript/php/mysql mysql for the data, php to create the dynamic drop down menus and javascript to refresh the page once someone has picked an option. Rick We

RE: [PHP] dynamic pull-down menus?

2002-06-07 Thread John Holmes
Do you want the page to submit with each choice? i.e. in the beginning, the first drop down is populated and the other two aren't. when a choice is made in the first box, the form is submitted and PHP populates the second, etc... If you don't want it to submit, then all PHP can do is write some

RE: [PHP] dynamic pull-down menus?

2002-06-07 Thread David Freeman
That sounds very close to what I'm trying to do. Is it necessary to reload the page every time a selection is made? I've found examples of the javascript side of it on www.irt.org that helped last time I did this sort of thing. The php/sql stuff is a matter of figuring out what you need

RE: [PHP] dynamic pull-down menus?

2002-06-07 Thread Lazor, Ed
Cool. Thanks Dave. I'm exploring this stuff in another window. I'll check out irt.org. -Original Message- From: David Freeman [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 4:45 PM To: 'Lazor, Ed'; 'Richard Baskett'; 'PHP General' Subject: RE: [PHP] dynamic pull-down menus