I can not get this if statement to work at all. Nothing inside it shows up. Any ideas?
<?
// print page #s out //
if(mysql_num_rows($total)>10)
{
// edit: this shoudl work better -r
$pages=floor((mysql_num_rows($total)-1)/10);
// start page...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.