Create a Dynamic Navigation Menu with PHP
January 24th, 2007
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Like I said in my last post, today is not a “jump on Google” day at all. To prove it, here is a great PHP tutorial that will show you how to create a dynamic navigation menu.
Why is this important? Because creating a dynamic nested unordered list without javascript can sometime be a problem. Why you ask? Because the script needs to “remember” the values, sub values and also the query string from previous clicked links.
This tutorial will teach you how to create a dynamic navigation menu powered by PHP and MySQL only. Since the tutorial uses standard HTML lists (unordered) adding CSS styles to modify the look is easily done.
Enjoy!