在PHP3中实现SESSION的功能(三)

<script type="text/javascript"> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
<script type="text/javascript"> </script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
示例程序:test_SESSION.PHP3

<?PHP require( "SESSION.inc.PHP3");
require("cookie.inc.PHP3");
?>
<?PHP
SESSION_checkid( 20 ); //20分钟后SESSION失效
//下面你需要设置mysql的连接参数
mysql_connect(’localhost’,’user’,’pass’) or Die("can’t connect to db!");  
?>  
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>  
<head>
<title>SESSION/Cookie-测试</title>  
</head>  
<body>
<h2>This Page should show how to handle the "SESSION.inc.PHP3" library</h2>
<h3>We will use a mask with a record showing routine</h3>  
<?PHP
if( $show ) {  
if( SESSION_read() ) {  
$username = $SESSION[username];  
$userpass = $SESSION[userpass];  
echo "<P>SESSION[username]:$username
SESSION[userpass]:$userpass";
}
}  
else{
$SESSION[username]="yourid";
$SESSION[userpass]="12345";
if( !SESSION_write() ) {  
print $sess_error;  
}else{
echo "<p>SESSION[username]被设置成:$SESSION[username]
" ;
echo "SESSION[userpass]被设置成:$SESSION[userpass]
" ;
echo "<a href=’$PATH_INFO?show=1’>测试一下SESSION的作用</a>" ;
}
}
?>

</body>  
</html>   
<script type="text/javascript"> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
<script type="text/javascript"> </script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值