Nicholas Couloute wrote:
LOL. I see the point your trying to make! I have made a news script before but how would I add coments to each individual new article! How would I keep it all together! and also to show only the lastest news articles!

Without seeing one iota of your code, or your data structure, who knows?

The way *I* would do it is; get rid of the flatfile, setup a db. Two tables to start, one for news, one for comments. Each news article is assigned an unique id. Comments are tagged with that id to link them to the article.

--
John C. Nichel IV
Programmer/System Admin (ÜberGeek)
Dot Com Holdings of Buffalo
716.856.9675
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to