在线短消息收发的程序,不用数据库,在线短消息收发的程序,不用数据库
【 tulaoshi.com - PHP 】
login.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=text name="name"
<input type=submit name=submit value="进入"
</form
hframe.php
<frameset cols="0,*"
<frame name="contents" src="http://img.jcwcn.com/attachment/portal"
来源:http://www.tulaoshi.com/n/20160129/1491769.html
看过《在线短消息收发的程序,不用数据库》的人还看了以下文章 更多>>