Ajax Voting System: Create Ajax Rating/Voting system in Dzone and Digg Style. Part 2
In my previous tutorial i explain how to create simple ajax rating using Ajax, PHP and CSS3. In this part i am going to create Digg.com and Dzone.com voting style.
CREATE TABLE `digg_rating` ( `id` int(11) NOT NULL auto_increment, `rating` varchar(200) NOT NULL, PRIMARY KEY (`id`) ) CREATE TABLE `dzone_rated_ip` ( `id` int(11) NOT NULL auto_increment, `user_ip` varchar(200) NOT NULL, PRIMARY KEY (`id`) ) CREATE TABLE `dzone_rating` ( `id` int(11) NOT NULL auto_increment, `up_rated` varchar(200) NOT NULL, `down_rated` varchar(200) NOT NULL, PRIMARY KEY (`id`) )
This voting system is similar to previous rating system in back end scripting i mean same ajax style but different in behavior. Check demo and download code to make it more simple and use it. Also don’t forget to give your feed back your suggestions and hot topics to share.
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







[...] but useful scripts which makes their effort succeeded. So after some voting system tutorials like Digg style Voting now I have come to simple ajax based polling system. This is another series of Jquery. Hope You [...]
But the file dbcon is incomplete?
i have a created a pagination page with 20 article on every page ..now i wanted to put a rating.php on every article how do i implement this one ? i already know how to make the rating.php the problme is how to integrate them into my pagination ..
would be really greatfull for your help
hi i wanted to intergrate this kinda voting into my pagination with multiple records . and .i really dont know what method to begin im just hoping maybe u can help me … im a fresh and new to PHP i already know the language but just not quite an expert yet :S
have a good day
phil
Hi Fernand, Try to explain your problem and also give some code here which you are using
Personally, mine’s not working. I click and nothing happens. Someone can tell me?
My connect mysql
Personally, mine’s not working. I click and nothing happens. Someone can tell me?
[...] but useful scripts which makes their effort succeeded. So after some voting system tutorials likeDigg style Voting now I have come to simple ajax based polling system. This is another series of Jquery. Hope You [...]
[...] has changed its style and layout and now I think it looks awesome. This time on 99Points, I create Digg Style follow/unfollow application. Which I tried to create same as original Digg look. Many users like my [...]
[...] but useful scripts which makes their effort succeeded. So after some voting system tutorials like Digg style Voting now I have come to simple ajax based polling system. This is another series of Jquery. Hope You [...]