ตัวอย่าง
<?
@session_start();
?>
<html>
<head>
<title>phpcode-it test session.</title>
</head>
<body>
Session test <? echo session_id(); ?>
</body>
<html>
ตัวอย่าง
<?
@session_start();
?>
<html>
<head>
<title>phpcode-it test session.</title>
</head>
<body>
Session test <? echo session_id(); ?>
</body>
<html>
Comments
Post a Comment