Page 1 of 1

Creating a Directory

Posted: Sun Oct 16, 2005 9:00 pm
by Sleeve
Hello-

I need to create a small directory for a client and I need some advice on how to structure the database so I can run queries for a dynamic subdirectory structure.

Basically, new subdirectories will be created as needed and I don't want to have to rewrite the code to run a DB query for each new subdirectory. Any advice would be appreciated.

Regards,

Sleeve

Posted: Sun Oct 16, 2005 9:10 pm
by feyd
sounds like tree menuing...The following may be of interest
Useful Posts wrote:Tree menus using database: Creating Menu Tree using PHP and MYSQL

Posted: Sun Oct 16, 2005 9:21 pm
by Sleeve
Yes, Perfect. Thank you feyd