php session使用示例
php session使用示例 [代码片段(14行)]
<?php session_start(); $_SESSION['username'] = 'Joe'; echo 'Your username is '.$_SESSION['username'].'.'; ?>
- 上一篇:php if else 语句
- 下一篇:PHP is_ 函数判断类型
精彩图集
精彩文章
<?php session_start(); $_SESSION['username'] = 'Joe'; echo 'Your username is '.$_SESSION['username'].'.'; ?>
@CopyRight 2002-2008, 1SOHU.COM, Inc. All Rights Reserved QQ:1010969229