网站当前的在线人数
2015-01-24信息快讯网
gb_temp表:
temp1 用户ID
temp2 流览IP地址
temp3 online//做了个标记,因为其他功能也要使用这个表
temp4 登陆时间
$onlinetime最长离线时间分钟
db_class是我定义的一个数据库操作类。
///////////////////
//在线统计
$db = new db_class;
$db->connect();
$limit_time = time() - ($onlinetime * 60);
$online_time = time();
$db->query("delete from gb_temp where (temp4<$limit_time or temp2='$ip') and temp1='$id' and temp3='online'"); //删除离线$onlinetime分钟的用户
$db->query("insert into gb_temp (temp1,temp2,temp3,temp4) values ('$id','$ip','online','$online_time')");
$onres = $db->query("select count(*) from gb_temp where temp1='$id' and temp3='online'");
$onlineuser = $db->fetch_array($onres);
$onlineuser = $onlineuser[0];
php Http_Template_IT类库进行模板替换
php出现Cannot modify header information问题的解决方法大全
加强版phplib的DB类
Mysql的GROUP_CONCAT()函数使用方法
require(),include(),require_once()和include_once()区别
How do I change MySQL timezone?
使用 MySQL Date/Time 类型
asp和php下textarea提交大量数据发生丢失的解决方法
apache rewrite_module模块使用教程
php扩展ZF――Validate扩展
set_include_path在win和linux下的区别
php下MYSQL limit的优化
优化使用mysql存储session的php代码
Bo-Blog专用的给Windows服务器的IIS Rewrite程序
关于在php.ini中添加extension=php_mysqli.dll指令的说明
深入了解php4(1)--回到未来
WML,Apache,和 PHP 的介绍
Session的工作方式
PHP中Session的概念
多php服务器实现多session并发运行
使用无限生命期Session的方法
一个查看session内容的函数
用libtemplate实现静态网页生成
新版mysql+apache+php Linux安装指南
Content-type 的说明
用libTemplate实现静态网页的生成
Extended CHM PHP 语法手册之 DIY
Linux下安装GD
使用Apache的rewrite技术