Hi,
I have html page whicha has 5 Div tags in disable mode. what I want is
Imagine I have 200 records in mysql database table
- Using Jquery I want to call PHP Mysql data (only 5 records at a time)
- When user clicks on Next button PHP page will get called Limit 6, 10 and so on
- if user clicks on Prev button then previous 5 records
following example is good enough bit it has pagination with numbers i want Next/Prev buttons.
http://www.9lessons.info/2009/09/pagination-with-jquery-mysql-and-php.html