views:

32

answers:

1

I was wondering if some one knew of any good tutorials on how to build a tree menu using PHP & MySQL?

A: 

This might be interesting:

http://dev.mysql.com/tech-resources/articles/hierarchical-data.html

It describes ways to store hiracical data in a mysql database, as you need to do in a tree menu.

JochenJung