PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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.