精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>编程开发>>● PHP>>功能代码>>留言板>>php&mysql留言板代码7

主题:php&mysql留言板代码7
发信人: zawenhui()
整理人: jackyz(2000-08-10 12:26:26), 站内信件
//header.inc.php
<html>
<head>
<title>guestbook</title>
</head>

<body bgcolor="#F5F5F5" text="#000000" background="gb.jpg">
<h1><center>我的留言簿</center></h1>
<p>
//pages.inc.php
<?
$vor = $show + $limit;
$back = $show - $limit;
print "<br><center>";
if (($show + $limit) < $total){
print "<a href=\"$PHP_SELF?show=$vor\">$next_page ";
}
elseif ($all_on = yes){
print "<a href=\"$PHP_SELF?show=all\">All Entries on one Page ";
}
elseif (($show + $limit) >= $total) {
}

if ($show - $limit >= 0){
print " <a href=\"$PHP_SELF?show=$back\">$prev_page";
}
print "</center>";
?>


--
████████████████████████████████
█  ╭──────────────────────────╮  █
█  │最憎人对住我讲英文,最憎人讲日文,最憎人偏偏唔识讲广│  █
█  │州话,使乜望住我啊,就系讲紧你。                    │  █
█  │~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~            │  █
█  │ oicq:9880798                                       │  █

※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 202.104.73.144]

[关闭][返回]