Home  >  Article  >  Backend Development  >  PHP评分系统

PHP评分系统

WBOY
WBOYOriginal
2016-06-23 14:31:124245browse

Title
卖家服务的态度:
宝贝与描述相符:
卖家发货的速度:
物流公司的速度:
物流公司的服务:

  

PHP使用如下:

conn.php 链接数据库文件我就不写了。

如果是多个的话可以直接加 sum() 

显示html文件:

分" class="star level" />

space000.gif(这个图片就是一个 1px的图片):

  

css样式:

.star{	width:124px;	height:27px;	background: url(../images/stat.png) 0 0;	cursor:pointer;	position:relative;}.level0{background-position:-0px -0px;}.level1{background-position:0px -29px;}.level2{background-position:0px -58px;}.level3{background-position:0px -87px;}.level4{background-position:0px -116px;}.level5{background-position:0px -145px;}

  

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:PHP模块编写Next article:php排序算法