ホームページ > php教程 > php手册 > PHPで書かれた簡単なチャットルームコード

PHPで書かれた簡単なチャットルームコード

WBOY
リリース: 2016-06-13 12:09:28
オリジナル
770 人が閲覧しました

Index.php

コードをコピー コードは次のとおりです。



< ;タイトル>


<フレーム名="top" src="_b.php" marginwidth="0" marginheight="0"scrolling="yes" FRAMEBORDER="NO" noresize>フレーム名= "bottom" src="_a.php" marginwidth="0" marginheight="0"scrolling="no" Frameborder="no" noresize>




_a.php


コードをコピーします

<u>チャットルーム</u> $person = @$_POST[person]
$msg = @$_POST[message]; " && $msg!= ""){
$handle = fopen("msg.txt","r");
$tot = 0;
$oldmsg = array();
while ($content = fgets ($handle)){
$oldmsg[] = $content;
$tot;
fclose($handle); txt");
$fp = fopen("msg.txt","a ");
$time = date("h:i");
fwrite($fp,"gt; in ".$time."  says that  ".$msg." < ;br>"."n");
for ($i =0;$iif ($i>50) Break;
fwrite($fp, $oldmsg[$i]);
}
}
?>



tr>



>

tr align="left" >

">
ニックネーム:



="textarea" name= "message" rows="9"cols="150" size = 100>
;/td>

tr>





_b.php



コードをコピー

コードは次のとおりです:



<br><br> HTTP-EQUIV=リフレッシュ CONTENT="5 ; URL=_b.php">

$handle=fopen("msg. txt","r");
//$oldmsg = array();
while ($content = fgets($handle)){
//$oldmsg[] = $content;
// $tot;
}
?>



このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
最新の問題
人気のおすすめ
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート


width = "100%" border = "0">