当前位置:首页 > 搜索和 聊天室 相关的文章

php简单的在线聊天室程序

添加日期:2013-12-23 15:19:29 发布:smiling 
php简单的在线聊天室程序:index php<html><head><Title>在线聊天< title>< head><!--frames--><framesetrows="70%,*"BORDER="0"><framename ...

ajax php 聊天室实例代码(5)

添加日期:2013-12-16 16:48:35 发布:smiling 
functionaddonline(name){if($(name))return;vard1=document createelement("div");d1 id=name;d1 innerhtml=name;d1 classname="online";$ ...

ajax php 聊天室实例代码(4)

添加日期:2013-12-16 16:19:45 发布:smiling 
<html><head><title>迷你php+ajax聊天室演示<?phpecho$title;?>< title><metahttp-equiv=& 39;pragma& 39;content=& 39;no-cache& 39; ><me ...

ajax php 聊天室实例代码(3)

添加日期:2013-12-16 16:19:10 发布:smiling 
if(!$s)die("nocontent!!");$fp=@fopen($filename,"a+");if(!$fp)die("repeat");$re_time=0;while(!@flock($fp,lock_ex)){sleep(1);$re_tim ...

ajax php 聊天室实例代码(2)

添加日期:2013-12-16 16:18:03 发布:smiling 
functionget_ip(){global$_server;if($_server){if($_server[http_x_forwarded_for])$realip=$_server["http_x_forwarded_for"];elseif($_s ...

ajax php 聊天室实例代码(1)

添加日期:2013-12-16 16:13:20 发布:smiling 
<?php *ajaxphp聊天室实例代码但是必须基于以下条款:*署名。你必须明确标明作者的名字。 *非商业用途。你不可将当前作品用于商业目的。*保 ...

PHP设计聊天室步步通(四)

添加日期:2013-11-16 21:51:05 发布:smiling 
3、调用信息发送程序,发布聊天者已经进入的信息<script> parent bl document open(); parent bl document write( "<metahttp-equiv=& 3 ...

PHP设计聊天室步步通(三)

添加日期:2013-11-16 21:46:34 发布:smiling 
4、删除一个用户functiondel(str) { for(vari=0;i<list length;i=i+1) if(list[i]==str) { deletelist[i]; count--; } }5、增加一 ...

PHP设计聊天室步步通(二)

添加日期:2013-11-16 21:43:23 发布:smiling 
登录1、页面登陆的基本要素你可以在我的竹叶看到登陆的表单,这里提供了最基本的登陆表单项(1)登陆表单<formmethod=POSTname=chatformactio ...

PHP设计聊天室步步通(一)

添加日期:2013-11-16 21:39:00 发布:smiling  
聊天室可以采用完全自由的方式运行,你可以随意输入呢称,不用密码,不保存你的聊天状态,优点是:自由,非常适合于游客!另外一个方法是注册聊天室,每个进入聊...