当前位置:首页 > 搜索和 实例 相关的文章

php mysql搭建聊天室实例教程

添加日期:2013-12-31 16:09:57 发布:smiling 
聊天室很多程序可以实现,原理也简单只要一个无刷新就可以实现,最简单的就是利用一个iframe不停的刷新页面把用户的记录从数据库读出来就可 ...

php初学者用文件上传实例

添加日期:2013-12-23 13:45:35 发布:smiling 
1,表单部分,代码如下:<html><head><title>myisupfileapp!!< title><metahttp-equiv="content-type"content="text html;charset=utf-8" >< h ...

ajax php用户无刷新登录实例

添加日期:2013-12-23 13:36:03 发布:smiling 
<!doctypehtmlpublic"- w3c dtdxhtml1 0transitional en""http: www w3 org tr xhtml1 dtd xhtml1-transitional dtd"><htmlxmlns="http ...

php 缓冲技术中常用几个实例

添加日期:2013-12-23 13:34:37 发布:smiling 
<?php 初始化sessionsession_start(); 添加urlrewrite的值output_add_rewrite_var(& 39;var& 39;,& 39;value& 39;); 插入一个连接echo& ...

php session 使用详细实例代码

添加日期:2013-12-23 13:30:08 发布:smiling 
session_start():启用session机制,在需要用到session的程序文件的最开始调用它 session_register():注册session变量session_unregister(): ...

一个实例php mysql模板分页类

添加日期:2013-12-19 10:28:43 发布:smiling 
<?php **模板分页类,源于easp的数据库分页方法,算是easp分页的的php独立版*支持动态和静态分页方式*easp官网http: easp lengshi com *作 ...

php cookie 读取 设置 删除实例

添加日期:2013-12-19 10:22:39 发布:smiling 
php cookie 读取 设置 删除实例 文章利用了二个实例来讲述一下关于php 设置cookie与 读取cookie及cookie删除等处理方法 如果需要更 ...

两款php导出excel实例

添加日期:2013-12-16 17:01:01 发布:smiling 
<?phpheader("content-type:application vnd ms-excel;charset=gbk");header("content-disposition:attachment;filename=test_data xls");$ ...

php 文件上传实例代码

添加日期:2013-12-16 16:55:13 发布:smiling 
php 文件上传实例代码,本文章为你提供一款经典的php文件上传类了,并且举例验证了这一款文件上传代码是可用的哦。<!doctypehtmlpublic"- w ...

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 ...