The core of my newsposting script comes with users being able to post comments (user reviews) for each article.
How would I go about placing a limit on how many comments can be posted for each article according to how many are displayed? Not necessarily according to ID because I given the script the ability to have comments deleted.
Basically, I only want #num as the maximum amount of comments to be allowed for posting then have a block placed on it.