• 大小: 9.87KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 标签: 登录  

资源简介


资源截图

代码片段和文件信息

require_once (‘config.php‘);
?>
lns=“http://www.w3.org/1999/xhtml“>

ta content=“text/html; charset=utf-8“ />
tle>php普通的登陆注册小系统tle>
nk href=“style.css“ rel=“stylesheet“ type=“text/css“ />
//判断用户权限
if($_SESSION[‘member‘] != “admin“){
echo “ript>alert(‘请进行登陆‘);location=‘index.php‘;ript>“;
}
//分页显示
$sql=“select * from member order by id asc“;
$result=mysql_query($sql);
$total=mysql_num_rows($result);
$page=isset($_GET[‘page‘])?intval($_GET[‘page‘]):1;  
$info_num=2; 
$pagenum=ceil($total/$info_num); 
If($page>$pagenum || $page == 0){
       Echo “Error : Can Not Found The page .“;
       Exit;
}
$offset=($page-1)*$info_num; 
$info=mysql_query(“select * from member order by id desc limit $offset$info_num“); 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        6333  2013-10-15 21:12  admin_index.php
     文件         435  2013-03-23 10:40  config.php
     文件        7487  2013-10-15 21:08  index.php
     文件        5411  2013-10-15 21:13  member.php
     文件        1774  2013-03-23 10:59  regi.sql
     文件         388  2013-03-16 15:50  style.css
     文件         110  2013-10-15 21:23  更新日志.txt
     文件         123  2013-10-15 21:19  程序帮助.url
     文件        3591  2012-05-10 09:38  说明.htm

评论

共有 条评论