Home > Backend Development > PHP Tutorial > php 关切/粉丝 每增加一个粉丝就有一个提示

php 关切/粉丝 每增加一个粉丝就有一个提示

WBOY
Release: 2016-06-13 12:35:53
Original
933 people have browsed it

php 关注/粉丝 每增加一个粉丝就有一个提示

本帖最后由 u012376806 于 2013-10-13 19:17:32 编辑 目前实现关注是 单独一个表 结构如下

gzid  userid  followuserid  remark  in_time

gzid自增
userid 关注人id
followuserid 被关注人id
remark  备注
in_time  关注时间

如何实现 被关注后 提示增加n个粉丝呢
还有就是如何防止 用户不停的对一个用户关注和取消关注
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