[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 select box should show
the matching records from the database. After selecting the author,
matching records should display in title.

Could any body send the sample script files with 3 select boxes?
[/snip]

There are several examples here
http://www.google.com/search?hl=en&q=populating+select+boxes

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to