I need help i am making a form for a friend thats has a shirt, logo, and other stuff kind of business and he wanted me to make a contact form for him and well i made a dropdown menu for it and i want it where they click on shirts it will refresh and a new dropdown menu will show up here is the script so far (its right after the drop down menu and its php)
can be achieved in two ways - first is fetch all the records from db, store it in arrays and dynamically change the options when select changes using js, second is to submit the form every time select changes and populate the options using php. Your choice...