如何把数据库中的评分分数,提取的时候怎么以星星在页面显示?

PHP中文网
Release: 2016-06-20 12:29:12
Original
1998 people have browsed it

如何把数据库中的评分分数,提取的时候怎么以星星在页面显示?

我使用星星评价系统,成绩按,1,2,3,4,5,分存到数据库,  
然后再提取到页面的时候,要按分数显示星星样式显示出来,有什么办法不?

回复讨论(解决方案)

去找些星星的图片

1楼 正解 哈哈哈

1楼 正解 哈哈哈

首先做5张图片  
1,2,3,4,5星的图,命名为 1.jpg 2.jpg 3.jpg 4.jpg 5.jpg  
 
然后显示  
$star = 1;  

找个星星的图片,然后页面做个for循环显示星星的个数

以上就是如何把数据库中的评分分数,提取的时候怎么以星星在页面显示?的内容,更多相关内容请关注PHP中文网(www.php.cn)!


Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template