1,加入超连接 php
echo "<a href='Untitled-5.php'>超连接测试按钮</a>"; session
href 里面要用单引号,不然一直报错 测试
2,,session不须要注册,直接使用 code
if(!isset($_SESSION["usernmae"])) { $_SESSION["username"]=$user; echo "<a href='Untitled-5.php'>超连接测试按钮</a>"; }
3. time() 0秒 it
time()+3600 一小时 io