When I ask the table for this precise number of rows ...
... it doesn't. I'm using it for pagination on the website, but it shows every page as the last page.
Is there a way to make the code behave, please?
Code:
$result2 = @mysql_query("SELECT COUNT(*)AS t FROM 067staff WHERE m = '10' ");
... it doesn't. I'm using it for pagination on the website, but it shows every page as the last page.
Is there a way to make the code behave, please?