|
班级成员留言簿管理: class/notebook/delnote.php
删除留言
[B]
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);
?>
[img][/img]
|
[img][/img]
[img][/img]
|
首页[/url]
> [url=]留言簿[/url] |
| [url=]查看留言[/url] |
|
[/B]
客人留言簿管理: class/notebookg/delnote.php
删除留言
[B]
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);
?>
[img][/img]
|
[img][/img]
[img][/img]
|
首页[/url]
> [url=]留言簿[/url] |
| [url=]查看留言[/url] |
|
[/B]
|
|