Re: [PHP-DB] Category Listing

2003-09-22 Thread Peter Beckman
On Sun, 21 Sep 2003, Paul B. [pbcomm, aka WPD] wrote: > Hi, i'm working on the site that involves a lot ot categories and subs there > of ... The way i have things now is that the structure goes one sub deep ... > > Ex: > PHP -> Database > PHP -> Books > > in the DB it looks like: >

[PHP-DB] Category Listing

2003-09-21 Thread Paul B. \[pbcomm, aka WPD\]
Hi, i'm working on the site that involves a lot ot categories and subs there of ... The way i have things now is that the structure goes one sub deep ... Ex: PHP -> Database PHP -> Books in the DB it looks like: id 1 name PHP parent 0 id 2 name Database parent 1 this