I have an html/php3/MySQL submit form where some of the data is pulled from a database. I want to add a drop-down box that will change dynamically with the value selected in the previous drop-down.
For Example:
user selects oh... a style of t-shirt from a database driven drop-down menu.
The next drowp-down menu below it will immediately be populated with the colors that specific style comes in, for the user to select.
I have no problem populating a drop-down with data from the database, what I can't figure out is how to dynamically change values in other drop-down boxes on the same page based upon what the user selects. Thanks.