Anyone know how to do paging with php.
like this:
First 1 2 3 4 5 6 7 ... 10 11 12 Next Last.
10 15 20 per page.
is it possible to do that with jquery and ajax?
Thanks for any help.
Good luck.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you may be interested in this: http://www.datatables.net
It’s a plugin for jquery wich provides easy server side paging options.