[PHP-DB] Re: [PHP] Sample script files with 3 different select boxes with mysql conditions in select boxes

2008-01-03 Thread Jim Lucas
Robert Cummings wrote: > On Thu, 2008-01-03 at 09:18 -0600, Balaji A wrote: >> Hi, >> >> I have a table with the below fields. (id, title, language, author & >> link to the book). >> >> Initially I want to display a page with 3 select boxes (language, >> author & title). >> >> Initially first selec

[PHP-DB] RE: [PHP] Sample script files with 3 different select boxes with mysql conditions in select boxes

2008-01-03 Thread Jay Blanchard
[snip] I have a table with the below fields. (id, title, language, author & link to the book). Initially I want to display a page with 3 select boxes (language, author & title). Initially first select box displays the available language by querying the database. On selecting one language, author

[PHP-DB] Re: [PHP] Sample script files with 3 different select boxes with mysql conditions in select boxes

2008-01-03 Thread Robert Cummings
On Thu, 2008-01-03 at 09:18 -0600, Balaji A wrote: > Hi, > > I have a table with the below fields. (id, title, language, author & > link to the book). > > Initially I want to display a page with 3 select boxes (language, > author & title). > > Initially first select box displays the available la