手机
当前位置:查字典教程网 >编程开发 >php教程 >用PHP和ACCESS写聊天室(二)
用PHP和ACCESS写聊天室(二)
摘要:chatmain.php3如下:PHP+ACCESS聊天室

chatmain.php3

如下:

<html>

<head>

<title>PHP+ACCESS聊天室</title>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

</head>

<frameset cols="*,180" frameborder="NO" framespacing="0">

<frameset rows="*,30,30" frameborder="NO" framespacing="0">

<frame name="chtcont" scrolling="AUTO" src="chtcont.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>">

<frameset cols="*,1" frameborder="NO" framespacing="0">

<frame name="cinput" scrolling="NO" noresize src="cinput.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>">

<frame name="leave" scrolling="NO" noresize src="reflv.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>">

</frameset>

<frame name="emotion" scrolling="NO" src="emotion.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>">

</frameset>

<frameset rows="154,*" frameborder="NO" framespacing="0">

<frame name="room" scrolling="NO" noresize src="room.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>">

<frame name="member" scrolling="NO" src="member.php3?id=<?php echo $sUserID; ?>&ps=<?php echo $sPass; ?>">

</frameset>

<noframes>

<body>

<p>This page uses frames, but your browser doesn't support them.<br>本页面使用了帧,但是您的浏览器不支持。</p>

</body>

</noframes>

</frameset>

</html>

【本文版权归作者与奥索网共同拥有,如需转载,请注明作者及出处】

【用PHP和ACCESS写聊天室(二)】相关文章:

第五节 克隆 [5]

聊天室php&mysql(五)

PHP中把对象转换为关联数组代码分享

实现分十页分向前十页向后十页的处理

把从SQL中取出的数据转化成XMl格式

Php部分常见问题总结第1/2页

用PHP发电子邮件

PHP SOCKET编程详解

typecho插件编写教程(六):调用接口

php实现ping

精品推荐
分类导航