PDA

View Full Version : Record location tree



Inno
21 Nov 2005, 07:58 AM
I am building a site with all the content in a database (nothing rare there). I was wondering how (using php) I can output the location of an included record in the database structure onto a page... so say the record was called "name" and it was in a table called "table", it will output "articles > name".

I hope this makes sense :confused: .