Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Tiago Sangalhos
675 Pointsusing drop down selection to redirect to webpage
I have a drop-down list wich pulls data from a mysql Database. The drop down has 3 levels and for now it's working as it's should. Now, i want to based on one a determined selection, the user is redirected to another page. I have no idea how this should be done.
I have an html form, a php script to pull data from the DB and a Js file wich controls the selection, this is, when the user selects an option , the js enables the next level selection box's on the html page and executs the php script regarding that next set of options pulled out from the DB
how can i program the next task? any ideas or literature would be much wellcomed