php通常是-->(1)<? echo("zihanonline");?>
(2)<? php
echo("zihanonline");
?>
" /> 国产午夜精品福利,久久国产成人午夜av影院宅,夜夜爽av福利精品导航

色尼玛亚洲综合影院,亚洲3atv精品一区二区三区,麻豆freexxxx性91精品,欧美在线91

一個php作的文本留言本的例子(三)

上兩節(jié)我針對guest.php和edit.php作了講述.需要注意的是php和html的區(qū)別:
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>程序?qū)⒃?秒返回</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>程序?qū)⒃?秒返回</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>程序?qū)⒃?秒返回</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>
                
          <input type=reset value=重寫 name=reset>
      </td>
    <tr>  
  </form>
</table>
<?include('bottom.htm');?>
</body>
</html>
------------
未完待續(xù)...

php技術(shù)一個php作的文本留言本的例子(三),轉(zhuǎn)載需保留來源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請第一時間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 白城市| 工布江达县| 忻城县| 高州市| 贵溪市| 长岛县| 汕头市| 沁阳市| 旺苍县| 兴安县| 盈江县| 松阳县| 大冶市| 吉水县| 华安县| 宁波市| 苗栗市| 清镇市| 始兴县| 姚安县| 上犹县| 军事| 旬阳县| 卓资县| 封丘县| 丹江口市| 崇文区| 屏山县| 忻州市| 苍山县| 淮阳县| 湖南省| 休宁县| 北票市| 梨树县| 荥经县| 汽车| 大安市| 合川市| 阿瓦提县| 苗栗县|