Hi. I recently created a PHP Comment snippet. I'm having one slight probleme though.
The problem is that the comments stacks up to one big pile of comments.
What I basically want is to divide the amount into smaller groups:
Page: 1, 2, 3, 4, 5 each page with 5 comments Newer -> Older -> Oldest.
Can anyone give me an idea how I would do that with php and mySQL?