This should (hopefully) be a pretty easy question for some of you to answer.
I have a working Recursive menu from a mySQL database, now my main problem is:
What is the best way to create the URL? I would prefer to bring in the title of each row like /eggs/milk/bacon/. Eggs being level 0 like: eggs-0, milk-1, bacon-2. Any ideas on how to dynamicly output this?
I am pretty much going for what "cletus" said a few comments down on this question: http://stackoverflow.com/questions/477793/php-mysql-building-a-nav-menu-hierarchy
But I need a bit more explanation on how to do it.