I am using PHP and mysql on linux and am doing a database query.
How do we divide the whole query resultset into page segments of x records so the user can click on page 1,2,3,4 etc and directly goto any page no. ?
Pls give code examples if possible.
Thanx in advance