RE: [PHP-DB] Link Selected

2005-10-17 Thread Bastien Koert
gt; To: Subject: RE: [PHP-DB] Link Selected Date: Mon, 17 Oct 2005 15:46:01 +0900 Dear All, I am a new PHP programmer. I need help from all of you. I want to make Linked ComboBox between 2 or more ComboBoxs (connect to Database). For example: When I clicked the main field, the sub items field will displ

Re: [PHP-DB] Link Selected

2005-10-17 Thread Koen Wagemans
There are some possibilities: 1) Define a link to the same page in your first combobox (.. and execute him when he is selected (with Javascript). Be sure that you take the value off the selected item to the folowing page. Your second combi will be reloaded and here you fill the value in the where

Re: [PHP-DB] Link Selected

2005-10-17 Thread Micah Stevens
Sounds like more of a Javascript problem than a PHP one. Maybe some Ajax to get the updates? On Sunday 16 October 2005 11:46 pm, [EMAIL PROTECTED] wrote: > Dear All, > > I am a new PHP programmer. I need help from all of you. > > I want to make Linked ComboBox between 2 or more ComboBoxs (connec

RE: [PHP-DB] Link Selected

2005-10-17 Thread Nur_Adman
Dear All, I am a new PHP programmer. I need help from all of you. I want to make Linked ComboBox between 2 or more ComboBoxs (connect to Database). For example: When I clicked the main field, the sub items field will display the data automatically on other ComboBox. Are there somebody could help