Re: [PHP] Recursion and threaded message boards...

2007-08-10 Thread Richard Lynch
On Fri, August 10, 2007 11:23 am, Tony Di Croce wrote: > I have to write some PHP backend code for a threaded message board. > The db > has a message table, and each message has a parent id. > > Does anyone have any advice for someone whos never done this in PHP? > > I'm currently thinking that I w

Re: [PHP] Recursion and threaded message boards...

2007-08-10 Thread Børge Holen
On Friday 10 August 2007 18:29, Stephen wrote: > --- Tony Di Croce <[EMAIL PROTECTED]> wrote: > > I have to write some PHP backend code for a threaded > > message board. The db > > has a message table, and each message has a parent > > id. > > > > Does anyone have any advice for someone whos never

Re: [PHP] Recursion and threaded message boards...

2007-08-10 Thread Richard Davey
Hi Tony, Friday, August 10, 2007, 5:23:28 PM, you wrote: > I have to write some PHP backend code for a threaded message board. > The db has a message table, and each message has a parent id. > Does anyone have any advice for someone whos never done this in PHP? > I'm currently thinking that I w

Re: [PHP] Recursion and threaded message boards...

2007-08-10 Thread Stephen
--- Tony Di Croce <[EMAIL PROTECTED]> wrote: > I have to write some PHP backend code for a threaded > message board. The db > has a message table, and each message has a parent > id. > > Does anyone have any advice for someone whos never > done this in PHP? You are reinventing the wheel here. Wh

[PHP] Recursion and threaded message boards...

2007-08-10 Thread Tony Di Croce
I have to write some PHP backend code for a threaded message board. The db has a message table, and each message has a parent id. Does anyone have any advice for someone whos never done this in PHP? I'm currently thinking that I write function that takes a db row as an argument, and initially, it