Ajax Pagination: Fresh Ajax pagination using PHP jQuery and mySQL. Part 3
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
CREATE TABLE `records` ( `id` int(11) NOT NULL auto_increment, `img` varchar(255) NOT NULL, `message` varchar(200) NOT NULL, PRIMARY KEY (`id`) )
Who I Am

Zeeshan Rasool
Software Engineer - PHP
Lahore - Pakistan
zeeshan(@)99points.info
Skype: zeeshan-rasool
gTalk: zishan.rasool85
Categories
- AJAX (37)
- Codeigniter (16)
- CSS (16)
- Facebook (11)
- Joomla (1)
- JQuery (53)
- Miscellaneous (4)
- Mootools (1)
- MySQL (6)
- PHP (60)
- SEO (2)
- Technology (6)
- Tutorials (15)
- Twitter (2)
- Web Design (23)
- Web Development (57)
- WordPress (2)
Tags
99points
adobe
AJAX
ajax pagination
ajax rating
ajax tutorial
ajax voting system
captcha
Codeigniter
codeigniter 2.0
codeigniter recaptcha
CSS
css tutorials
dreamweaver cs5
Facebook
facebox
farmville
ffmpeg
flv
google api
hacking
Joomla
JQuery
JQuery Gallery
JQuery menus
Jquery tutorial
mafia war
Mootools
MySQL
pagination
Payment
PHP
php curl
recaptcha
RSS Feed
SEO
simplepie
socail networking
ssl
Tutorials
Twitter
wall script
Web
XSS
youtube
Comments
- ZeeShaN on Facebook Wall Script Clone with JQuery and PHP: Personal Project BETA Version 2.0
- 20 + Fresh jQuery Image Gallery/Slider Plugins and Tutorials Worth a Look | free on JQuery Based Flipped Image Gallery with Bounce Effects
- 20 + Fresh jQuery Image Gallery/Slider Plugins and Tutorials Worth a Look | free on Fresh JQuery Image Gallery with Captions and Auto Play/Pause Rotation
- 25 Cool and Helpful jQuery Plugins/Tutorials For Your Next Project | free on jQuery Tutorial: Create jQuery and CSS based Awesome navigation.
- 25 Cool and Helpful jQuery Plugins/Tutorials For Your Next Project | free on Ajax Tutorial: How to Create Ajax Search Using PHP jQuery and MYSQL
ZeeShaN







i have used inside joomla 1.5 , excellent work Zee.
Or it uses more tables ?
i like your article
thank you mr. ZeeShaN
what about when it uses 2 tables?
Thanks Brenda
dbcon.php
$host=”localhost”;
$usuario=”youruser”;
$contrasenia=”yourpass”;
$conectar=mysql_connect($host,$usuario,$contrasenia);
mysql_select_db (“yourdatabase”,$conectar);
dbcon.php
Excellent :d
dbcon.php
——————————————-
and It works perfectly
Yo have to change this sentence in data.php
$sql = “select * from records order by id limit “.$start.”,4″;
hi every one how can make a php mysql ajax pagination like previous 1,2,3,[4],5,6,7,8,9 next when next the url will change and also result.i need it done by ajax
Great script! i’m trying to pass multiple params through it without any luck..
Can anyone see what’s wrong in this? The class is set in
$(“#content”).load(“data2.php?page=” + this.id + “&category=” + this.class, hideLoader);
adsasdasd