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

phpRiot.com: Zend Framework 101: Zend_Cache

DevShed: Handling Views with CodeIgniter

Thomas Weinart: What Iterators Can Do For You

DevShed: The XDebug Extension

Refulz.com: Traits in PHP - Multiple and Nested Traits


Community Events











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


object development testing functional interview zendframework2 unittest language tool series release code opinion podcast introduction example framework phpunit community conference

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