Limit: Definition and Examples - PHP / MySQL
Limit the results of your MySQL query to results between a certain number range. ... Definition: Limit is used to limit your MySQL query results to those that fall within a specified range. You can use it to show the first X number of results, or to show ...