I am telling my sql script to generate this:
$result=mysql_query("SELECT comment_id FROM comments WHERE thread_id=38 LIMIT 2,7");
I dont know why it happens, but it returns to me 7 comments (posts/results) rather than 5.
is my statment is wrong? or is it because when I refresh the page more html is added in addition to the previous html ..?
Use this:
Examples