<?php
require('config.php');
?>


<?php


$nikename=$arr_request['nikename'];

if (strlen($nikename)==0)
{
echo "<center>";

echo "<h2><font color=re " /> 亚洲an天堂an在线观看,成年男女免费大片在线观看,老年人一级毛片

一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

挑戰最棒的留言本的源碼(二)

post.php 文件
<?php
     require('config.php');
?>


<?php


$nikename=$arr_request['nikename'];

if (strlen($nikename)==0)
{
   echo "<center>";

   echo "<h2><font color=red>錯誤信息!</font></h2>";
   echo "對不起,<font color=red>呢稱</font>必須填寫!!! 請重填!<br>";
   echo "<hr></hr>";
   echo "免費留言本由<a href=http://little.oso.com.cn>小熊</a>提供技術支持";
   echo "</center>";
   exit ;

}

$date_now=date('Y/m/d H:i:s');
$ip_address=getenv("REMOTE_ADDR");
$messageold=$arr_request['message'];
//$pattern="/n/";
//$replacement="<br>";

  $message=computer_message($messageold,$hang_zifu_number);

$subjectold=$arr_request['subject'];
if (strlen($subjectold)>$hang_zifu_number)

  $subject=computer_message($subjectold,$hang_zifu_number);
else
  $subject=$subjectold;

$str_sql=" insert into $table_name  
(nikename,subject,date_created,ip_address,message,email_address,zhuye_address,oicq)
values
( '$nikename',
  '$subject',
  '$date_now',
  '$ip_address',
  '$message',
  '".$arr_request['email_address']."',
  '".$arr_request['zhuye_address']."',
  '".$arr_request['oicq']."'

)";

$result=mysql_db_query($db_name,$str_sql,$id_link);

if (! $result){
       affy_error_exit('SQL Insert Execution has failed.');
   }

else  

  {


        echo "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">";
        echo "<HTML><HEAD><TITLE>發表文章</TITLE>";
        echo "<META content="text/html; charset=gb2312" http-equiv=Content-Type>";
        echo "<meta HTTP-EQUIV="REFRESH" CONTENT="2;URL=display.php">";
        echo "</head><body topmargin="0"><br>";
        echo "<ul>謝謝你發表留言,將自動顯示留言內容";
        echo " <br>";
        echo "<a href=display.php>如果你的瀏覽器沒有自動的返回到留言簿首頁,?
                請點這里返回.";
        echo "</a></ul>";


        exit;  

   
  }
?>

index.html 文件

<html>
<center>

<title>謝謝你的留言!</title>
<h1><font color=blue>我的留言本</font></h1>
<font color=navy>首先感謝你的留言,你的每一句話我都會仔細閱讀!!!</font>

  <form action="post.php" method="post">
  <table>
  <tr>
   <td><font color=teal>呢稱:</font><font color=red>(不能為空)</font></td><td>    
    <input type="text" name="nikename" value=""></td>
  </tr>

   
  <tr>
   <td>OICQ號碼:</td><td>  

    <input type="text" name="oicq" value=""></td>
  </tr>
  <tr>
   <td>e-mail: </td><td>      
    <input type="text" name="email_address" value="" size="30"></td>
  </tr>
  <tr>
   <td>個人主頁:</td><td>  
    <input type="text" name="zhuye_address" value="http://" size="40"></td>
  </tr>
  <tr><td>
    主題:</td><td>  
    <input type="text" name="subject" size="40" ></td>
  </tr>
  <tr><td>
    內容:</td><td> </td>
  </tr>
  <tr><td colspan="2">
    <textarea name="message" cols="60" rows="8"></textarea></td>
  </tr>
  <tr>
    <td>
      <input type="submit" value="完成留言">
    </td>
    <td>
      <input type="reset" value="重新來過">
    </td>
  </tr>
  </table>
  </form>
   <p>
<a href=display.php>查看留言</a>
<hr></hr>
免費留言本由<a href="http://little.oso.com.cn" >小熊</a>提供技術支持

</center>

</html>

display.inc文件!!!


<tr bgcolor=>
<td>
<a href=mailto:<?php echo $record->email_address ?> >
<font color="blue" size=4><strong><?php echo $record->nikename ?></strong></font>
</a>
</td>
<td><font color="navy">留言時間:<?php echo $record->date_created ?></font></td>

<td>來自:

<?php
$ip_address=ip_question($record->ip_address);
echo $ip_address;   
?>

</td>
</tr>
<tr bgcolor=>
<th colspan=3 align=left>主題:<font color=teal><?php echo $record->subject ?></font></th>

</tr>

<tr><th colspan=3 align=left><font color="#416AAF">
<?php echo $record->message ?></font></th>
</tr>


<?php  

if ($record->huifu_biaozi)  
   {  
     ?>
      <tr><th colspan=3 align=left><font color="red"><br><br>版主回復:</font><font color="navy">
      <?php echo $record->huifu ?></font></th>
      </tr>
    <?php

   }

?>  



<tr>
<th colspan=3 align=left><br>
<a href=mailto:<?php echo $record->email_address ?> >
<img src=image/mail.gif  
alt="<?php echo $record->nikename ?>的e-mail地址是:<?php echo $record->email_address ?> "  
border="0" width="15" length="15">郵件</a>
<a href=<?php echo $record->zhuye_address ?>><img src=image/home.gif  
alt="<?php echo $record->nikename ?>的主頁地址是:<?php echo $record->zhuye_address ?> "  
border="0"  
width="14" length="14" >主頁</a>
<img src=image/oicq.gif border="0" alt="<?php echo $record->nikename?>的OICQ是:
<?php echo $record->oicq ?>"  
width="14" length="14" >OICQ</a>

<a href=action.php?action=delete&key_liuyan=<?php echo $record->key_liuyan ?>><img src=image/del.gif border="0" width="12" length="12" alt="只有版主才有刪除的權限哦!">刪除</a>
<a href=action.php?action=huifu&key_liuyan=<?php echo $record->key_liuyan ?> ><img src=image/replay.gif border="0" width="14" length="14" alt="不好意思,現在暫時只有版主才能回復">回復</a>


</th></tr>

<tr>
<td colspan="3"><hr SIZE ="1"></td>
</tr>  

php技術挑戰最棒的留言本的源碼(二),轉載需保留來源!

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

主站蜘蛛池模板: 久久婷婷激情 | 婷婷久久综合九色综合98 | va免费视频 | 91中文字幕yellow字幕网 | 国产精品第1页 | 欧美一区二区三区视视频 | 午夜欧美在线 | 久久精品伊人 | 91青青国产在线观看免费 | 性欧美巨大 | 精品国产午夜久久久久九九 | 国产精品猎奇系列在线观看 | 久久国产精品-久久精品 | 伊人久久综在合线亚洲不卡 | 四虎在线最新永久免费播放 | 91亚洲欧美综合高清在线 | 国产在线观看人成激情视频 | 国产精品亚洲二区在线 | 伊人激情综合网 | 看5xxaaa免费毛片 | 中国嫩模一级毛片 | 亚洲免费色视频 | 精品久久久久久久久久 | 色综合中文字幕色综合激情 | 看免费人成va视频全 | 国产成人免费高清激情视频 | 国产人成精品 | 福利精品一区 | 福利片欧美 | 久久国产精品网 | 成人免费观看在线视频 | 婷婷色影院 | 久色免费视频 | 欧美视频在线看 | 国产91免费视频 | 色婷婷久 | 91在线视频播放 | 成人精品第一区二区三区 | 丁香六月在线 | 国产熟睡乱子伦视频 | 一级做a爰片性色毛片思念网 |