Home > Backend Development > PHP Tutorial > PHP 全局常量,该如何解决

PHP 全局常量,该如何解决

WBOY
Release: 2016-06-13 13:30:34
Original
776 people have browsed it

PHP 全局常量
有什么办法 能让我在所有页面中都能调用一个 传递进来的值 比如 登录界面 我用admin登录 我想 在所有操作中 都能读取到这个admin 有没有什么像C语言里面一样的全局变量啊?

------解决方案--------------------
SESSION OR COOKIE
------解决方案--------------------
LS 已经给出答案了!!
------解决方案--------------------
session
------解决方案--------------------
session or cookie

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