Hi,
I am working on a cms in ASP.NET with a mysql (4.1) database. I have a table called pages with fields pageID, parentPageID. I cant figure out a way to pull out hierarchicaly sorted data from this table...
For example
pageid=1, parentPageID=1
pageID=2, parentPageID=1
pageID=3, parentPageID=1...