My iPhone app connects to my PHP web service to retrieve data from a MySQL database. A request can return 500 results.
What is the best way to implement paging and r
This tutorial shows a great way to do pagination. Efficient Pagination Using MySQL
In short, avoid to use OFFSET or large LIMIT