班级成员留言簿管理: class/notebook/delnote.php
session_start();
if(!session_is_registered("superlogin"))//检查是否注册
{
echo "请重新进行管理员登陆
";
exit;
}
include ("../config.php");
if($del==1){ //判断是否要删除
mysql_query("delete from notebook where time='$time'",$db); //以留言时间为删除标志
echo "删除成功!";
}
?>
删除留言
$result = mysql_query("SELECT * FROM notebook",$db);
$row=mysql_num_rows($result);//查看结果有多少行
$max=$row; //帖子总数
//设每页显示10篇,$p总页数,$page第几页,$low 从第几行开始读,$x 读取几行
if (!$page){$page=1;}
$p=ceil($max/10);
$low=10*($page-1);
if($page==$p&&($max%10)<>0){$x=($max%10);} else {$x=10;}//如果是最后一页,且不是10的整倍数,读取$max除以10的余数,否则取10
if($max==0){$x=0;}//如果没有帖子,$x取0
$result = mysql_query("select * from notebook ORDER BY time DESC limit $low,$x",$db);
?>
|
表>
|
border="0" cellspacing="0" cellpadding="0" height="32" bgcolor="#3366FF"> |
;
;
;
; >首頁
> 簿留言
$max," 第"; for ($n =1;$n echo "$n "; 回顯「頁」; 與 > %">查看留言
|
對於($i=0$2=$($i=0$1); i ) {
$user=mysql_result($result,$i,'user') ;
$time=mysql_result($result,$i,'time');
$ip=mysql_result($result,$i,'ip');
$title=mysql_result($result,$i,'title');
$nnote=mysql_result($result,$i,'nnote');
$yresult = mysql_query("SELECT * FROM user where user='$user'",$db);//讀取成員資料庫
$name=mysql_result($yresult,0,'name');
$signature=mysql_result($yresult,0,'signature');//唸個人簽章
$email=mysql_result($yresult,0,'email');
$face=mysql_result($yresult,0,'face');
$face='../image/face/icon'.$face;
echo " ”;
echo "
| ";
echo "留言人:$name | ";
echo "發表於:$time | "
echo ' height='33' bgcolor='#eeeeee' class='blue9'>";
echo "
$ip
|
"
echo "標題:$title |
";
echo "留言內容: $nnote |
表格>";
}
mysql_close($db);
? / Notebookg/delnote.php
session_start();
if(!session_is_registered("superlogin"))//檢查是否註冊
{
echo "請重新進行管理員登陸」;
退出;
}
include ("../config.php");
if($del==1){ //判斷是否刪除
mysql_query ("delete from notebookg where time='$time'",$db); //以留言時間為刪除標誌
echo "刪除成功!";
}
?>
删除留言
$result = mysql_query("SELECT * FROM notebookg ",$db);
$row=mysql_num_rows($result);//查看结果有多少行
$max=$row; //帖子总数
//设每页显示10篇,$p总页数,$page第几页,$low 从第几行开始读,$x 读取几行
if (!$page){$page=1;}
$p=ceil($max/10);
$low=10*($page-1);
if($page==$p&&($max%10)<>0){$x=($max%10);} else {$x=10;}//如果是最后一页,且不是10的整倍数,读取$max除以10的余数,否则取10
if($max==0){$x=0;}//如果没有帖子,$x取0
$result = mysql_query("select * from notebookg ORDER BY time DESC limit $low,$x",$db);
?>
|
表> |
border="0" cellspacing="0" cellpadding="0" height="32" bgcolor="#3366FF"> |
;
;
;
; >首頁
> 簿留言
$max," 第"; for ($n =1;$n echo "$n "; echo "页"; ?> |
查看留言 |
for ($i=0;$i<=($x-1);$i++) {
$email=mysql_result($result,$i,'email');
$face=mysql_result($result,$i,'face');
$face='../image/face/icon'.$face;
$name=mysql_result($result,$i,'name');
$time=mysql_result($result,$i,'time');
$ip=mysql_result($result,$i,'ip');
$title=mysql_result($result,$i,'title');
$nnote=mysql_result($result,$i,'nnote');
echo " ";
echo " | ";
echo "留言人:$name | ";
echo "发表于:$time | ";
echo " | ";
echo " $ip |
";
echo "标题:$title |
";
echo "留言内容:$nnote |
";
}
mysql_close($db);
?>
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
作者最新文章
-
2024-10-22 09:46:29
-
2024-10-13 13:53:41
-
2024-10-12 12:15:51
-
2024-10-11 22:47:31
-
2024-10-11 19:36:51
-
2024-10-11 15:50:41
-
2024-10-11 15:07:41
-
2024-10-11 14:21:21
-
2024-10-11 12:59:11
-
2024-10-11 12:17:31