Re: [PHP] dependable combo boxes with mysql database (Solved)

2005-11-14 Thread Bhoomi Vora
; This might be slightly OT on this list, but here > goes nothing. > > 1. Submit the form when the user shifts focus from > D1 using Javascript's > onBlur event > 2. On the server side, use PHP to retrieve the > values for D2 and > generate the page again > 3. Rep

Re: [PHP] dependable combo boxes with mysql database

2005-11-04 Thread Bhoomi Vora
; goes nothing. > > 1. Submit the form when the user shifts focus from > D1 using Javascript's > onBlur event > 2. On the server side, use PHP to retrieve the > values for D2 and > generate the page again > 3. Repeat 1 & 2 when the value of D2 changes. > >

[PHP] [php] dependable combo boxes with mysql database

2005-11-04 Thread Bhoomi Vora
Hello All, I have a php page which contains three combo boxes. The first one will have the value from the mysql database table on page load itself. Then depending upon the value selected in the first combobox the second combo box should be populated with the respective values from another mys