Download PHP paging script
Paging Script : php_paging.zip
Open the sql file to create your table, then enter your database login details at config.php file.
config.php : Enter your database details
demo_paging1.php : Demo script showing 10 records per page
demo_paging2.php : Demo script showing how users can select number of records per page
demo_paging4.php : Demo script showing how users can select sorting or records by column link
sql_student_dump.txt : SQL dump to create table with records
Download php_paging.zip
Advance PHP Paging Script : advance_php_paging.zip
config.php : Enter your database details
php_paging.php : Demo script to display two step paging of records
sql_student_adv_dump.txt : SQL dump to create table with records
Download advance_php_paging.zip
Paging Script using Ajax : ajax-paging-v1.zip
Open the sql file to create your table, then enter your database login details at config.php file.
config.php : Enter your database details
php_paging-ajax-demo.php : Demo script using Ajax to display records
php_paging-ajaxck.php : Backend PHP script returning records
mysql-dump.txt : SQL dump to create table with records
Download ajax-paging-v1.zip
Paging Script using Ajax : ajax-paging-v2.zip
This script has all the features of above ajax-paging-v1 and have extra feature of deleting records
config.php : Enter your database details
apaging.htm : Demo script using Ajax to display records with option to delete records
apaging.php : Backend PHP script returning records and deleting records
mysql-dump.txt : SQL dump to create table with records
Download ajax-paging-v2.zip
This article is written by plus2net.com team.
plus2net.com
|