News Feed
Jobs Feed
Sections




News Archive
NETTUTS.com:
Building a 5 Star Rating System with jQuery, AJAX and PHP
May 05, 2010 @ 09:09:02

On the NETTUTS.com site there's new tutorial showing you how to combine the power of PHP and jQuery to create a quick and easy star rating system for your web application.

In this tutorial, you'll learn how to build a rating system with AJAX, PHP, and jQuery. Votes will be recorded and updated in real-time with the magic of AJAX, and we'll also leverage the power of PHP so that you don't even need a database!

The Ajax portion of the script is handled by a "$.post" request made from jQuery to the PHP backend when a star is clicked. Once the message is sent to the PHP backend, the information is serialized and pushed into a text file. This method can easily be modified to work with a database too.

0 comments voice your opinion now!
tutorial rating system star ajax


blog comments powered by Disqus

Similar Posts

php|architect: Bing Powered 404 for non-WordPress websites

The Bakery: Advanced Pagination (1.2)

ProDevTips.com: Simple jQuery and PHP CRUD interface

PHPMaster.com: Error Logging with MongoDB and Analog

php|architect: Writing an AJAX-based Visual Rating System with PHP


Community Events











Don't see your event here?
Let us know!


framework example podcast composer zendframework2 release development opinion interview api application language introduction community database testing functional phpunit series code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework