tables eg:
author (authorid, catid, title, desc)
category (catid, category)
values in the category can be horror, comedy etc.
The values in the list box are always taken from the tables.
want to use 2 list box.
category:
title:
description: (display area)
what i want do is when the page is first display, nothing is selected. the title list box should be empty as no category has yet to be selected. when a category is selected, then the title list box will have the appropriate values according to its category taken from database (mysql). it will not display all titles in the database but only according to category.
Next when the title is selected, the description of it will be display at the space provide.
Note: If another title is select, a new description will be display. If a new category is selected, the display area will contain nothing(blank).