RE: [PHP] Create a Bulletin Board

2001-03-21 Thread John Huggins
You mean something like this: http://www.astronomy.net/forums/ > -Original Message- > From: Jimmy Bäckström [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 20, 2001 4:54 PM > To: PHP General List > Subject: [PHP] Create a Bulletin Board > > > Yo! > I'm thinking of writing a bulletin

Re: [PHP] Create a Bulletin Board

2001-03-20 Thread mwaples
Jimmy Bäckström wrote: > > Yo! > I'm thinking of writing a bulletin board and I wonder about threads. I want the >board to be built on threads but I don't know how to do it. I want it to look >something like this: > > subject 1 >| >|__ reply1 to 'subject 1' >| | >|

Re: [PHP] Create a Bulletin Board

2001-03-20 Thread Richard
> - James > > > -Original Message- > > From: Richard [mailto:[EMAIL PROTECTED]] > > Sent: March 20, 2001 3:08 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [PHP] Create a Bulletin Board > > > > > > Do you know anyone that doesn'

RE: [PHP] Create a Bulletin Board

2001-03-20 Thread James Atkinson
ODBC and Oracle. - James > -Original Message- > From: Richard [mailto:[EMAIL PROTECTED]] > Sent: March 20, 2001 3:08 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Create a Bulletin Board > > > Do you know anyone that doesn't use MySQL? I mean, that uses flat

Re: [PHP] Create a Bulletin Board

2001-03-20 Thread Richard
;s right, my bad. =) > > - Original Message - > From: "James Atkinson" <[EMAIL PROTECTED]> > To: "PHP General List" <[EMAIL PROTECTED]> > Sent: Tuesday, March 20, 2001 4:59 PM > Subject: RE: [PHP] Create a Bulletin Board > > > > An

Re: [PHP] Create a Bulletin Board

2001-03-20 Thread Yoshi Melrose
Ahh... that's right, my bad. =) - Original Message - From: "James Atkinson" <[EMAIL PROTECTED]> To: "PHP General List" <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 4:59 PM Subject: RE: [PHP] Create a Bulletin Board > Anyone who wants a thre

RE: [PHP] Create a Bulletin Board

2001-03-20 Thread James Atkinson
Anyone who wants a threaded discussion board won't be satisfied with phpBB. It dosan't contain a threaded view and probably never will :) - James Atkinson Lead Developer, phpBB > You could also check out phpBB: > > http://www.phpbb.com > > > > Just keep track of a parent message number. You sho

Re: [PHP] Create a Bulletin Board

2001-03-20 Thread Yoshi Melrose
t; <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 4:40 PM Subject: RE: [PHP] Create a Bulletin Board > > > Just keep track of a parent message number. You should be able > > > to use that one field to trace any message back to a root message. > > > And with that

Re: [PHP] Create a Bulletin Board

2001-03-20 Thread Kath
'" <[EMAIL PROTECTED]>; "PHP General List" <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 5:40 PM Subject: RE: [PHP] Create a Bulletin Board > > > Just keep track of a parent message number. You should be able > > > to use that one field to tr

RE: [PHP] Create a Bulletin Board

2001-03-20 Thread Boget, Chris
> > Just keep track of a parent message number. You should be able > > to use that one field to trace any message back to a root message. > > And with that information, you should be able to build a "thread". > I concur on that. Good to see it's not just me. :p > However, I am more fond of the

Re: [PHP] Create a Bulletin Board

2001-03-20 Thread Kath
threads, personally. - Kath - Original Message - From: "Boget, Chris" <[EMAIL PROTECTED]> To: "'Jimmy Bäckström'" <[EMAIL PROTECTED]>; "PHP General List" <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 4:57 PM Subject: RE: [PHP] C

RE: [PHP] Create a Bulletin Board

2001-03-20 Thread Boget, Chris
> Yo! > I'm thinking of writing a bulletin board and I wonder about > threads. I want the board to be built on threads but I don't > know how to do it. I want it to look something like this: > subject 1 >| >|__ reply1 to 'subject 1' >| | >| |__ reply1 to 'reply1 to su