Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想做一个收藏按钮,所以当我网站上的用户点击它并离开网站,然后再回来时,他们收藏的文章仍然存在。我已经用 php 和 mysql 创建了一个会员系统。
我已经为我最喜欢的系统创建了一个表格,但有人可以建议添加哪些列吗?
您只需要文章 ID 字段和唯一的 ID 字段。
然后你需要做的是当访问者喜欢一篇文章时设置一个 cookie,在这个 cookie 中将是该用户的唯一 ID,然后你可以准确地跟踪他们喜欢的文章。