Hello,
I was going through this tutorial:
http://www.php-mysql-tutorial.com/php-mysql-paging.php
And noticed this line:
Here, we are defining the Rows per page in the code itself. I was wondering, if I allow my visitors to set this value from the webpage itself, what bugs would that carry in my code (assuming I am using the exact code in the link above)?Code:$rowsPerPage = 20;
Thanx



Reply With Quote


Bookmarks