I'm trying to make page number for my table and need to know row count.
for example my query is SELECT * FROM tbl
and the result is 100rows.
I should limit query to 10rows
for one page.
if I do that I cant get all rows count.
I want to know is there any different between limit with mysql our php
in process speed.
please tell me if you have any idea.