login.php
hframe.php
此网页使用了框架,但您的浏览器不支持框架。
smessage.php
:
接收方
内容:
session_start();
echo ;
$fl=file(test.txt);
$temp=;
for($i=0;$i $sflag=explode(|,$fl[$i]);
if(($sflag[3]==0)&&$sflag[0]==$nickname){
echo;
}else{
$temp.=$fl[$i];
}
}
$fp=fopen(test.txt,w);
fputs($fp,$temp);
?>
这只是个简单的例子,更多的修饰就靠你自己了!
http://www.bkjia.com/phpjc/315166.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/315166.htmltecharticlelogin.php ?if(isset($submit)){ session_start(); $nickname=$name; session_register(nickname); header(location:hframe.php); }? form name=form1 action=login.php method=post input type=...