PHP MySQL Limit Data Selections.

In Php, MySQL LIMIT clause that is used to specify the number of records to return. The LIMIT clause mainly used for multi page results or pagination for large database.

Code :