Home  >  Article  >  php教程  >  php session 预定义数组_php基础

php session 预定义数组_php基础

WBOY
WBOYOriginal
2016-05-17 09:02:53701browse
复制代码 代码如下:

session_start();
$_SESSION['username']="zhuzhao";
?>


复制代码 代码如下:

session_start();
echo $_SESSION['username'];
?>
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