首页 >后端开发 >php教程 >聊天室php&mysql(二)_php基础

聊天室php&mysql(二)_php基础

WBOY
WBOY原创
2016-05-17 09:47:17764浏览

// 第二页面 name="frame2.php"




包含“../signup/mysql.php”;
header("过期时间:1997 年 12 月 28 日星期日 09:32:45 GMT");
header("缓存控制:无缓存,必须重新验证");
header("Pragma: no-cache");
header("Content-Type: text/html; charset=${Charset}");



$current_time=time();
$delete_time=$current_time-40;
$sql="从chat_user删除,其中last_timemysql_query($sql)or die("再次错误");



$sql="更新 chat_user set last_time='$current_time' where userid='$userid'";
mysql_query($sql) 或 die("false");

$sql="从 chat_user 选择用户 ID";
$result=mysql_query($sql)or die("fallse");
$online=mysql_num_rows($result);
?>



用户列表







声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn