计算机专业本科以及专科毕业生适用的毕业论文,论文题目:个人网站制作,从策划到设计再到代码实现,全体系成品,拿来即用,不需排版,一定会为广大网友提供最需要最给力的服务哦
if($inss=='y'){
$userarray[$tmpi]['q2']="录入";
}
if($upds=='y'){
$userarray[$tmpi]['q3']="修改";
}
if($dels=='y'){
$userarray[$tmpi]['q4']="删除";
}
$userarray[$tmpi]['url']="adminadm_del.php?id=".$row["Id"];
$tmpnum++;
$tmpi++;
if($tmpi>=$page_recs){
break;
}
}
$smarty->assign("userid",$_SESSION['SESSION_USERID']);
$smarty->assign("url",$url);
$smarty->assign("userarray",$userarray);
$smarty->assign("page_now",$page_now);
$smarty->assign("page_recs",$page_recs);
$smarty->assign("pages",$pages);
$smarty->assign("total_user",$total_user);
$smarty->assign("before_page",$before_page);
$smarty->assign("after_page",$after_page);
$smarty->display('adminadm.tpl');
?>
3、留言统计查询页面
<?php
include "../config/auth.php";
include "../config/public_include.php";
include "../config/db_function.php";
include "../config/functions.inc.php";
$ret=func_power("1","4");
if($ret=="n"){
$smarty->assign("msg","抱歉,您没有权限浏览此界面");
$smarty->assign("return_url","right.php");
$smarty->display('showmsg_diy.tpl');
return;
}
////权限校验结束
$conn = Connect_DB($DB_VARS_ARRAY);
$action=$_GET['action'];