Has anyone had any luck getting a double drop down menu to work with PHP? I can get the menu - which is written in javascript to work, but I can't figure out how to pass the value of what the user selects to PHP.
What I want to do is have a small online address book for the school district I work for. Users visiting our page would be able to select from searching by Last Name, Department or Building. What I wanted was if the user selects Department a menu opens up with all the departments listed, same for buildings.
Here is the page with the javascript I am using. It simply redirects the user to a URL based on their selection.
http://www.trans4mind.com/personal_development/JavaScript/Doublemenu.htm
My only thought is to pass the selection through the URL, but then I have to turn on register_globals and that makes me nervous.
Any thoughts/suggestions would be appreciated.
Thanks,
Robert Bowen
Baldwin UFSD