首页 相关文章 一个用于网站用户管理的函数库

一个用于网站用户管理的函数库

  

?php$hidden_hash_var='your_password_here';$LOGGED_IN=false;//clear it out in case someone sets it in the URL or somethingunset($LOGGED_IN);/*create table user (user_id int not null auto_increment primary key,user_name text,real_name text,email text,password text,remote_addr text,confirm_hash text,is_confirmed int not null default 0);*/function user_isloggedin() {global $user_name,$id_hash,$hidden_hash_var,$LOGGED_IN;//have we already run the hash checks?//If so, return the pre-set varif (isset($LOGGED_IN)) {...[ 查看全文 ]

2016-02-19 标签:

一个用于网站用户管理的函数库的相关文章

手机页面
收藏网站 回到头部