Am looking to design a form that deals with items in specific category. The form will have one dropdown box that dynamically displays data in the DB. Ok, check thats done. But, when a category is selected, i want another dropdown box to appear on the page that pulls data from the database dependent on which choice is selected in the first menu box. This second box will display sub categories. jQuery and AJAX seem to be the best choice however I am having trouble with the syntax and technical aspect of this. Thanks!