jsteiner87
Programmer
I am creating a site where I need to link drop down menus. What I have is one mySQL table of Companies and a mySQL table of Facilities, and a Company can have more that one Facility. I want 2 drop down menus the first being the Company. When the Company is selected then the second drop down menu would only show the Facilities of the Company selected in the first drop down menu. I have seen this done before but I don't know if I am able to do this with PHP or if I need to use something else.