用PHP和ACCESS寫聊天室(二)
更新時(shí)間:2006年10月09日 00:00:00 作者:
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>本頁(yè)面使用了幀,但是您的瀏覽器不支持。</p>
</body>
</noframes>
</frameset>
</html>
【本文版權(quán)歸作者與奧索網(wǎng)共同擁有,如需轉(zhuǎn)載,請(qǐng)注明作者及出處】
如下:
<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>本頁(yè)面使用了幀,但是您的瀏覽器不支持。</p>
</body>
</noframes>
</frameset>
</html>
【本文版權(quán)歸作者與奧索網(wǎng)共同擁有,如需轉(zhuǎn)載,請(qǐng)注明作者及出處】
您可能感興趣的文章:
- 基于PHP+MySQL的聊天室設(shè)計(jì)
- PHP設(shè)計(jì)聊天室步步通
- PHP聊天室技術(shù)
- 用PHP和ACCESS寫聊天室(十)
- 用PHP和ACCESS寫聊天室(七)
- 用PHP和ACCESS寫聊天室(八)
- 用PHP和ACCESS寫聊天室(九)
- 用PHP+MySql編寫聊天室
- 用PHP和ACCESS寫聊天室(一)
- 發(fā)布一個(gè)迷你php+AJAX聊天程序[聊天室]提供下載
- 基于HTTP長(zhǎng)連接的"服務(wù)器推"技術(shù)的php 簡(jiǎn)易聊天室
- php寫的簡(jiǎn)易聊天室代碼
- 用PHP+MySQL搭建聊天室功能實(shí)例代碼
- PHP實(shí)現(xiàn)簡(jiǎn)單聊天室(附源碼)
- php socket實(shí)現(xiàn)的聊天室代碼分享
- 基于javascript、ajax、memcache和PHP實(shí)現(xiàn)的簡(jiǎn)易在線聊天室
- php+html5基于websocket實(shí)現(xiàn)聊天室的方法
- php實(shí)現(xiàn)簡(jiǎn)易聊天室應(yīng)用代碼
相關(guān)文章
php學(xué)習(xí)筆記 類的聲明與對(duì)象實(shí)例化
在類中聲明成員屬性時(shí),前面必須有修飾詞,當(dāng)不確定使用哪個(gè)詞時(shí),使用var或public 一個(gè)文件只保存一個(gè)類,文件名中包含類名,文件2011-06-06php+mysql 實(shí)現(xiàn)身份驗(yàn)證代碼
form php mysql實(shí)現(xiàn)身份驗(yàn)證2010-03-03