How can i create a tree like database structure using PHP and MySQL for a CMS?

cjconnor24

New member
Basically I'm building a really basic CMS. How would i go about create a tree like structure?

Say there are 4 main sections:

Home
About
Services
Contacts

All of which are just database records in a table, how would i ammend my database so that i could add pages underneath each of those categories.

Any help would be appreciated - no timewaster please that are just looking for points, it gets boring!
 
Back
Top