Home >Backend Development >PHP Tutorial >自己的系统怎么整合配套论坛,实现同步注册登录注销等

自己的系统怎么整合配套论坛,实现同步注册登录注销等

WBOY
WBOYOriginal
2016-06-13 10:05:521025browse

自己的系统如何整合配套论坛,实现同步注册登录注销等
需求类似这一个问题:http://topic.csdn.net/u/20110126/14/26c464b0-be69-4c31-8cba-4fcf4c748a60.html
但是要求更多一些,我希望注册登录注销都能同步。
注册的话可以用链接里提到的办法(处理注册前先访问论坛注册链接,这样做合适么?),但登录注销该怎样才能同步呢?是否常见论坛系统提供了登录注销的接口?

学校几个人在折腾一个项目,现在在做网站这块,问题有点多,多谢各位耐心了,呵呵。

------解决方案--------------------
用一张用户表,然后通过COOKIE判断

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