在线短消息收发的程序,不用数据库

5年以前  |  阅读数:674 次  |  编程语言:PHP 

login.php
<?if(isset($submit)){
session_start();

$nickname=$name;  
session_register("nickname");  
header("location:hframe.php");      

}?>

hframe.php <body> <p>此网页使用了框架,但您的浏览器不支持框架。</p> </body> smessage.php
接收方
内容:

"; $fl=file("test.txt"); $temp=""; for($i=0;$i echo"<script>window.open('list.php?Smessage=$sflag[2]&Content;=$sflag[1]','newwin','toolbar=no location=no')</script>"; }else{ $temp.=$fl[$i]; }

}
$fp=fopen("test.txt","w");
fputs($fp,$temp);
?>
这只是个简单的例子,更多的修饰就靠你自己了!

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8