Hi there.
This is not really a PHP-question, but I think you guys should know that ;-)
I am building a forum for a friend of mine using Borland Delphi's
WebServices. It will be a rather small one, for just about ten people, older
postings will be deleted after 3 months.
From the Delphi-side, I know how to do it but I'm not sure about how to keep
the hierachical structure when saving the threads. Right now, I would store
each post (and therefore each reply) in a seperate .txt on the server, write
it's ID and timestamp into and remember it's child-post(s) (if it has one).
There has to be a better way. So could anyone tell me how this task is
accomplished in PHP? Please don't post any PHP-source, I just want to know
how it is usually done and I'll try to do that using Delphi.
Thanks in advance
Mike
This is not really a PHP-question, but I think you guys should know that ;-)
I am building a forum for a friend of mine using Borland Delphi's
WebServices. It will be a rather small one, for just about ten people, older
postings will be deleted after 3 months.
From the Delphi-side, I know how to do it but I'm not sure about how to keep
the hierachical structure when saving the threads. Right now, I would store
each post (and therefore each reply) in a seperate .txt on the server, write
it's ID and timestamp into and remember it's child-post(s) (if it has one).
There has to be a better way. So could anyone tell me how this task is
accomplished in PHP? Please don't post any PHP-source, I just want to know
how it is usually done and I'll try to do that using Delphi.
Thanks in advance
Mike
Comment