Good Afternoon,
I am realtivly new to the wonderfull world of PHP and am reaching out for help on a project I am currently working on. I would appreciate any help on this issue. Thank You in Advance!
Objective: Create Dynamic Multiple Drop Down Boxs - Options to be stored in DB tables, and Querys to return information based off of the drop down box selections.
Ideally the Boxes will be Dynamic with box1 being the primary key -{i.e - 2002(box1) - Chevrolet(box2)- Camaro(box3)}
Further more after the validation of Box 1 and 2 - The result will cause box 3 to populate with the cooresponding data based off of the selection {i.e - 2006(box1) - Mitsubishi(Box2) - Caused Box 3 to return [Lancer, Galant, Eclipse, etc..]}
In turn, Box1-3 is now populated with *Required fields* the Submit Button will redirect them to the appropriate page based off of their selection.
Once again thank you for your efforts, I have a strong background in WebDevelopment, but not strong enough without PHP. For tutorial purposes, please assume I know nothing about development and speak to me like a 5 year old.