Home > Backend Development > PHP Tutorial > 哪位大神会用PHP代码实现赞的功能和回复的功能啊?

哪位大神会用PHP代码实现赞的功能和回复的功能啊?

WBOY
Release: 2016-06-23 14:24:26
Original
940 people have browsed it

感激不尽 哪位大神会用PHP代码实现赞的功能和回复的功能啊?


回复讨论(解决方案)

你可以在原来的回帖表加入一个字段存储?的个数
另外你也可以单独建立一个表用来存文章id和?的个数
以上两个方法都可行.
做法其实很简单,就跟文章浏览次数是一个道理的,只不过不同点是浏览次数是自动累加的,而?是需要用户手工点击的.

新开一个字段来存贮“赞”的数据即可

点赞功能可以用js写

微博点赞么?我也想知道啊

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