RE: [PHP] PHP- Dependant dropdown based on Mysql queries

2004-08-30 Thread Vail, Warren
Sent: Monday, August 30, 2004 12:28 PM To: Brent Clements; [EMAIL PROTECTED] Subject: RE: [PHP] PHP- Dependant dropdown based on Mysql queries Hi Brent, I believe this is the way to go, but since I'm not a javascript guy I would like to get some php help for doing this. I

RE: [PHP] PHP- Dependant dropdown based on Mysql queries

2004-08-30 Thread Francisco Puente XFMP (QA/EMC)
sed by PHP and the server response is good so far. Kind regards, Francisco -Original Message- From: Vail, Warren [mailto:[EMAIL PROTECTED] Sent: August 30, 2004 4:32 PM To: Francisco Puente XFMP (QA/EMC); Brent Clements; [EMAIL PROTECTED] Subject: RE: [PHP] PHP- Dependant dropdo

RE: [PHP] PHP- Dependant dropdown based on Mysql queries

2004-08-30 Thread Francisco Puente XFMP (QA/EMC)
php-general Subject: RE: [PHP] PHP- Dependant dropdown based on Mysql queries On Mon, 2004-08-30 at 14:28, Francisco Puente XFMP (QA/EMC) wrote: > Hi Brent, > I believe this is the way to go, but since I'm not a javascript guy I would > like to get some php help for d

RE: [PHP] PHP- Dependant dropdown based on Mysql queries

2004-08-30 Thread Vail, Warren
ts; [EMAIL PROTECTED] Subject: RE: [PHP] PHP- Dependant dropdown based on Mysql queries Hi Brent, I believe this is the way to go, but since I'm not a javascript guy I would like to get some php help for doing this. I you know some javascript can you please post some cod

RE: [PHP] PHP- Dependant dropdown based on Mysql queries

2004-08-30 Thread Greg Donald
On Mon, 2004-08-30 at 14:28, Francisco Puente XFMP (QA/EMC) wrote: > Hi Brent, > I believe this is the way to go, but since I'm not a javascript guy I would > like to get some php help for doing this. > I you know some javascript can you please post some code for this task? > So

RE: [PHP] PHP- Dependant dropdown based on Mysql queries

2004-08-30 Thread Francisco Puente XFMP (QA/EMC)
Hi Brent, I believe this is the way to go, but since I'm not a javascript guy I would like to get some php help for doing this. I you know some javascript can you please post some code for this task? Someone else proposed to query ALL the information from the database to

Re: [PHP] PHP- Dependant dropdown based on Mysql queries

2004-08-30 Thread Greg Donald
On Mon, 2004-08-30 at 13:42, Francisco Puente XFMP (QA/EMC) wrote: > Hi All, > I'm trying to generate a PHP page with 3 or 4 dropdown menus, each of one > dependant upon each other, that means: > #2 dropdown should change upon selecting something on dropdown #1, #3 should > change ba

Re: [PHP] PHP- Dependant dropdown based on Mysql queries

2004-08-30 Thread Brent Clements
Using a combination of javascript and php this is easily done. Below is just a way off the top of my head. There are probably simpler ways of doing it or even more elegant but again this is just off the top of my head. You would populate your first dropdown box by whatever method. Then you would d