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

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

WBOY
Release: 2016-06-13 10:45:21
Original
797 people have browsed it

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

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

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