Hi experts 
I have the following MySQL table - PAGES:
What I need to do is to write a query or a script that displays a site map as the following:
Home
About Us
-- Our Mission
-- Our Team
---- Managers
---- Technical Team
-- Our Location
Contact Us
Please note that the depth is unlimited.
Thanks
I have the following MySQL table - PAGES:
Code:
id_page
id_parent
title
What I need to do is to write a query or a script that displays a site map as the following:
Home
About Us
-- Our Mission
-- Our Team
---- Managers
---- Technical Team
-- Our Location
Contact Us
Please note that the depth is unlimited.
Thanks








