現在我們來講一下reply.php的**:
---------------------------------
//reply.php
<?
function check_strlen_long($txt)
if (ord($txt[$i])==10 or ord($txt[$i])==32)
if ($count>=60) }
return $txt;
} function encode ($txt)
$content=file("guest.txt");
$disptext=$content[$record-1];
if ($job=="addreply" and $replyname!="" and $replycontent!="")
{ $content=file("guest.txt");
$count=count($content);
$time = date(y年m月d日h小時i分);
$ip=$remote_addr;
$replycontent=stripslashes($replycontent);
$replyname=encode($replyname);
$replycontent=htmlspecialchars($replycontent);
$replycontent=check_strlen_long($replycontent);
$replycontent=nl2br($replycontent);
$replycontent=ereg_replace(chr(10),"",$replycontent);
$content[$record-1]=substr($content[$record-1],0,strlen($content[$i])-1); $content[$record-1]=$content[$record-1]."
<? include('head.htm');?>
<?include('bottom.htm');?>
乙個php作的文字留言本的例子 一
大家知道,資料庫對於網路來說的重要性.由於cgi的複雜,現在asp和php mysql已經成為主流.幾乎所有的個人網頁都要用到留言本,可是申請的留言本很不穩定.這為網上的交流帶來了諸多不便.所以,希望擁有自己的留言本的朋友越來越多.但是,免費的個人主頁支援asp和php的很少.筆者現在向您推薦奧索網...
乙個php作的文字留言本的例子 二
上一次我們研究了guest.php檔案.具體的問題還要求讀者朋友自己深入的去實踐,而且需要一些工具書來學習,如果您一點php的知識都沒有,筆者奉勸您就不要想下看了,筆者沒有太多的時間和篇幅去逐句 乙個 php檔案的用途和意義.好的,接下來我們來作edit.php這個檔案.edit.php if su...
乙個php作的文字留言本的例子 三
上兩節我針對guest.php和edit.php作了講述.需要注意的是php和html的區別 php通常是 1 echo zihanonline 2 php echo zihanonline 3 4 等4種方式.不要混淆.下面我們來研究資訊管理 manage.php 留言管理 background ...