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
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
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
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