I have a MySQL DB containing 2 tables, a part # table and description table. Each table row contains 2 records (id, and input) to match part numbers with their relevant description.
I have a record "add" form with 10 rows, each row containing a select menu for the part #'s and a field for the description.
Scenerio: when a user selects a part # from the pull-down, the relevant description should be printed next to it.
I'd like the part # list to be a dynamic select menu if possible.
How can I do this? I tried looking this up online and tried various code samples but none helped... I am a novice PHP programmer. Any help would be greatly appreciated!