php实现星级评分系统的一些资料

很多电影网站都有评分系统,一般都是5星评分系统。现在我也有这样的需求,于是在网上找了一些看起来比较靠谱的资料,有些资料还带有demo,前后端全套代码。

全是国外的资料,也许国内的也有,但是用中文真的没搜到能用的。不得不说现在中文技术资料真的是越来越贫乏了。

Creating 5 Star Rating System With PHP , MySQL ,Jquery And Ajax

http://megarush.net/5-star-rating-system-with-php-mysql-jquery-and-ajax/

这个带demo,虽然不怎么好看,但是功能比较符合我的需求。

PHP Star Rating System

https://www.codecourse.com/lessons/php-star-rating-system

这个是一个视频教程,提供源码下载,但是必须是高级会员。

Star rating system with jQuery, Ajax and PHP

http://www.codexworld.com/star-rating-system-with-jquery-ajax-php/

这个也不错的呢

Building a User Rating Application for Your Website | 3

http://www.webreference.com/programming/php/user-ratings/index.html

这个代码也比较详细。

暂时就是这些了,比较下之后在做决定吧。