How are paged results commonly implemented in PHP?
I'd like to have a results page with 10 results. Paging forward in the navigation would give me the next and previous sets.
Is there a way this is commonly done? Does anyone have simple advice on getting started?