国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > PHP > 正文

PHP+TEXT留言本(三)

2024-05-04 23:06:09
字體:
來源:轉載
供稿:網友

上兩節我針對guest.php和edit.php作了講述.需要注意的是php和html的區別:
php通常是-->(1)<? echo("zihanonline");?>
            (2)<? php
                  echo("zihanonline");
               ?>
            (3)<script laanguage="php">
                echo("zihanonline");
               </script>
            (4)<% echo("zihanonline");%>
等4種方式.不要混淆.
下面我們來研究信息管理:manage.php代碼.
-----------
//manage.php<html>

<head>
<title>留言管理</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
<!--
A:link {text-decoration: none ; color:0000ff}
A:visited {text-decoration: none; color:004080}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color:ff0000}
BODY {FONT-SIZE: 9p}
TH {FONT-SIZE: 9pt}
TD {FONT-SIZE: 9pt}
-->
</style>

</head>

<body bgcolor="#FFFFFF" background="back.gif">
<?
include('head.htm');
include("sys.php");
if ($passWord!=$managepwd and $dispflag)
  {


  echo "<meta http-equiv=Refresh content=5;url=guest.php>";
  echo "<center>";
  echo "<font color=red>密碼錯誤!無法刪除留言!</font>";
  echo "<p>程序將在3秒返回</p>";
  echo "<p> <a href=http://zihanonline.longcity.net>子漢在線</a>斑竹維護管理。</p>";
  echo "<br>";
  echo "</center>";

  exit;
  }

?>
<table width="445" border="0" align="center" bgcolor="#CCCCCC">
  <form method="post" action="manage.php">
    <?
   if ($dispflag=="show")
   {
  $content = file($guestfile);
  $count =count($content);
  $text="";
     for ($h=$count;$h>0;$h--)
         {
          $text=$text.'<tr><td>刪除第'.$h."條留言:<input type=checkbox name=check$h value=$h></td></tr>nn";
          $text=$text.$content[$h-1];
          }
    echo "$text";
    }
  ?> 
    <input type=hidden name=password value=<? echo $password ?>>
    <?
  if ($submit)
  {
  if ($password!=$managepwd)
  {
  echo "<meta http-equiv=Refresh content=5;url=guest.php>";
  echo "<center>";
  echo "<font color=red>密碼錯誤!無法刪除留言!</font>";
  echo "<p>程序將在3秒返回</p>";
  echo "<p> <a href=http://zihanonline.longcity.net>子漢在線</a>斑竹維護管理。</p>";
  echo "<br>";
  echo "</center>";

  exit;
  }
  
  if ($password==$managepwd)
  {
  $guest_content=file($guestfile);
  $count=count($guest_content);
  for ($j=1;$j<=$count;$j++)
   {
   $del_rec_num="check".$j;
   $del_num=$$del_rec_num;
   //echo "$del_num:$del_num";
   $guest_content[$del_num-1]="";
   }

  $fp=fopen($guestfile,"w");
  for ($i=0;$i<=$count-1;$i++)
  {
  if ($guest_content[$i]!="")
   {
   fputs($fp,$guest_content[$i],strlen($guest_content[$i]));
   }
  }
  fclose($fp);
  echo "<meta http-equiv=Refresh content=5;url=guest.php>";
  echo "<center>";
  echo "<p><font color=red>留言已正確刪除</font></p>";
  echo "<p>程序將在3秒返回</p>";
  echo "<p> <a href=http://zihanonline.longcity.net>子漢在線</a>斑竹維護管理。</p>";
  echo "<br>";
  echo "</center>";
  exit;
  }
  }
  ?> 
    <tr> 
      <td bgcolor="#f0f0f0"> 
        <p align=center> 
          <input type=submit value=刪除 name=submit>
          &nbsp;&nbsp;&nbsp;&nbsp; 
          <input type=reset value=重寫 name=reset>
      </td>
    <tr> 
  </form>
</table>
<?include('bottom.htm');?>
</body>
</html>

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 克拉玛依市| 依兰县| 阿克陶县| 南城县| 江安县| 隆尧县| 右玉县| 洛川县| 赣州市| 聂拉木县| 靖州| 乳源| 韶关市| 台前县| 奉化市| 孙吴县| 嵊州市| 黑龙江省| 沈阳市| 方正县| 原阳县| 武强县| 会泽县| 吉林省| 鸡泽县| 洮南市| 土默特右旗| 吉木乃县| 基隆市| 周至县| 遂溪县| 诸暨市| 永昌县| 商城县| 荣成市| 望都县| 扶绥县| 宜兰市| 华池县| 微博| 交城县|