Using the MySQL LIMIT Clause for Paging with PHP
Thursday, October 16th, 2008One of the first questions that comes up when someone starts using PHP and the very powerful MySQL database is: How do I page through the results of a query like I see with search results on many web sites? This is pretty easy to accomplish if you know how to use the MySQL LIMIT clause.
(more…)


