Re: [PHP] Menu Selections Dynamic from a Database

2002-06-25 Thread Erik Price
On Tuesday, June 25, 2002, at 04:01 PM, Phillip S. Baker wrote: > Yes I knew it was Javascript code, but I also thought PHP was needed to > get the values from the DB. > Either case I do need help with what the code might look like. Okay, here it is... kinda complicated, but using this theory

RE: [PHP] Menu Selections Dynamic from a Database

2002-06-25 Thread Leotta, Natalie (NCI/IMS)
AreaObject.options[1].value = "51"; /// AreaObject.selectedIndex = 0; } -Original Message- From: Phillip S. Baker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 4:02 PM To: Leotta, Natalie (NCI/IMS); [EMAIL PROTECTED] Subject: RE: [PHP] Menu Selecti

RE: [PHP] Menu Selections Dynamic from a Database

2002-06-25 Thread Phillip S. Baker
illip >-Original Message- >From: Phillip S. Baker [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, June 25, 2002 3:55 PM >To: [EMAIL PROTECTED] >Subject: [PHP] Menu Selections Dynamic from a Database > > >Greetings All, > >Here is the problem I am trying to solve, I know it

RE: [PHP] Menu Selections Dynamic from a Database

2002-06-25 Thread Leotta, Natalie (NCI/IMS)
Good luck! -Natalie -Original Message- From: Phillip S. Baker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 3:55 PM To: [EMAIL PROTECTED] Subject: [PHP] Menu Selections Dynamic from a Database Greetings All, Here is the problem I am trying to solve, I know it can be done but

[PHP] Menu Selections Dynamic from a Database

2002-06-25 Thread Phillip S. Baker
Greetings All, Here is the problem I am trying to solve, I know it can be done but I am not clear on how to do it. I am generating an appointment application. And I want to dynamically populate pulldown menus from values in a DB. So if a person picks a day for an appointment in a pulldown menu