I was trying to develop a paging in XML with JavaScript and could write this code. It takes a XML file name as Input and gives five records on each page. No of records can be changed on each page. Check recordPerPage and max variable. I was working on this… READ MORE
Just a quick post as I understood something important about Wordpress famous plugin for paging – WP-PageNavi. My configuration for this was not very correct and it was getting 404 Not found in Google webmaster tool. I think you would not like to see those error in webmaster tool. And… READ MORE
Here is a paging PHP script using PHP, MySQL and Ajax. In pagination, data present is of same nature thus page loading is not required. So, Ajax use is very justified in paging.
I am using almost the same code, I used in Paging using PHP and MySQL for simplicity.… READ MORE
Here this script is for splitting MySQL query result into multiple pages/dynamic paging.
CSS is provided for sample style only.
# No. indicates changes needed or you would like to change. It will show 2 rows per page only. Change $recordsPerPage for more records per pages.
Change at marked places… READ MORE