secondpage.php

来自「Professional PHP5 code for this book」· PHP 代码 · 共 10 行

PHP
10
字号
<?php session_start();?>Having checked, I can tell you that my favorite artist is still <?=$_SESSION['favorite_artist']?>. At the moment, my identifier for this browser session, as allocated by PHP, is <?=session_id()?>.<BR><BR><A HREF="firstpage.php">Go back to the first page</A>?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?