Today i am going to build a simple ajax based pagination system with overlay loader to put some attractive look. Demo and code available.
Table Structure
1 2 3 4 5 6 |
CREATE TABLE `records` ( `id` int(11) NOT NULL auto_increment, `img` varchar(255) NOT NULL, `message` varchar(200) NOT NULL, PRIMARY KEY (`id`) ) |
cool