On 12.06.2004 09:36 (+0200), Ron Gilbert wrote:
CREATE TABLE `Comments` (
`ID` int(10) unsigned NOT NULL auto_increment,
`ArticleID` int(10) unsigned default '0',
`ParentID` int(10) unsigned default '0',
`DateAdded` datetime default '-00-00 00:00:00',
`Body` mediumtest,
you mean
Here is my problem. I want to create a simple message posting system so
users can post comments to news stories. I would like the comments to
be nested, and not appear as a single long list.
Is there away to retrived all the comments from a table order by the
date the parents were added, but n