Home  >  Article  >  Backend Development  >  哪位高手有SESSION用法和代码贴出来参考一上~多谢

哪位高手有SESSION用法和代码贴出来参考一上~多谢

WBOY
WBOYOriginal
2016-06-13 13:16:33741browse

谁有SESSION用法和代码贴出来参考一下~~~谢谢
最近在学PHP..自己做了一个小小的新闻系统....就差用户权限那一部分了....自学了一下session..然后写了一点..发现都不起作用..跨文件调用的时候打印都打印不出来..希望哪位有用到SESSION的代码贴出来让我参考一下..最好多贴几个文件的代码.....

------解决方案--------------------
1.php

PHP code

<?php session_start();//必须的,而且第一行
$_SESSION[username]="用户名";
echo $_SESSION[username];
?>
<a href="2.php">请点击第二页面</a> <div class="clear">
                 
              
              
        
            </div>
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