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

PHP

Manpreet Wasan
Manpreet Wasan
2,739 Points

How to add multiple dropdown using PHP , Mysql and Ajax Code ??

PHP Adding multiple dropdowns like categories, subcategories

1 Answer

Shane Oliver
Shane Oliver
19,977 Points

Call the PHP function via AJAX to retrieve the data needed for the navigation, when the data is returned run a JavaScript for loop to create the nav ul and li items using the document.createElement method and append these elements to your navigation