聊天室php&mysql(二)

2016-02-19 09:43 15 1 收藏

下面图老师小编跟大家分享一个简单易学的聊天室php&mysql(二)教程,get新技能是需要行动的,喜欢的朋友赶紧收藏起来学习下吧!

【 tulaoshi.com - Web开发 】

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



?
include "../signup/mysql.php";
header("Expires: Sun, 28 Dec 1997 09:32:45 GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
header("Content-Type: text/html; charset=${Charset}");



$current_time=time();
$delete_time=$current_time-40;
$sql="delete from chat_user where last_time".$delete_time;
mysql_query($sql)or die(" false again");



$sql="update chat_user set last_time='$current_time' where userid='$userid'";
mysql_query($sql) or die("false");

$sql="select userid from chat_user";
$result=mysql_query($sql)or die("fallse");
$online=mysql_num_rows($result);
?

html
head
titleuser list/title
meta http-equiv="Content-Type" content="text/html; charset=gb2312"
meta http-equiv="Refresh" content="30; url=? echo $PHP_SELF; ??userid=?echo $userid?"

/head


body bgcolor="#6699FF" text="#000000"
div id="Layer1" style="position:absolute; left:9px; top:37px; width:94px; height:21px; z-index:1"  
  div align="center"font color="#FF9999"b在线人数/b/font/div
/div
div id="Layer2" style="position:absolute; left:14px; top:96px; width:105px; height:276px; z-index:2"  
  pifont size="2" color="#FF9999"

   
  ?            
  $sql="select userid,id,sex from chat_user";
  $result=mysql_query($sql)or die("fallse");
  while($row=mysql_fetch_array($result)){

      $user=$row['userid'];
      $user="a href='".$PHP_SELF."?userid=".$userid."' onCLick=parent.bottom.user('".$row["id"]."')".$row["id"];
      echo $user."/a(".$row["sex"].")br";
  }
  ?

    /font/i/p
  p /p
/div
div id="Layer3" style="position:absolute; left:20px; top:62px; width:74px; height:11px; z-index:3"  
  div align="center"font size="2" color="#FF9999"(?echo $online ;?人)/font/div
/div
p /p
p /p
/body
/html

来源:http://www.tulaoshi.com/n/20160219/1591850.html

延伸阅读
标签: PHP
  第四个页面 name="index.php" <? include "../signup/mysql.php"; header("Expires: Sun, 28 Dec 1997 09:32:45 GMT"); header("Cache-Control: no-cache, must-revalidate"); header("Pragma: no-cache"); header("Content-Type: text/html; charset=${Charset}&quo...
标签: PHP
  function sdatetime($str){     $str=ereg_replace("-","/",$str);     $str=substr($str,5,strlen($str)-8);     return $str; } function reAnum($sid){ //羆莱絞计     $DROOT=getenv('DOCUMENT_ROOT');  &nbs...
标签: Web开发
例子1:创建和使用你自己的JAVA类 创建你自己的JAVA类非常容易。新建一个phptest.java文件,将它放置在你的java.class.path目录下,文件内容如下: public class phptest{ /** * A sample of a class that can work with PHP * NB: The whole class must be public to work,   * and of course the methods you wish to call *...
标签: PHP
  echo "<br";     echo "<TABLE width=85% border=0 cellPadding=0 cellSpacing=1 align=center bgcolor='#6CA6CD'";       echo "<tr<td";       echo "<TABLE width=100% cellPadding=1 cellS...
标签: PHP
  //此为bbs.sql CREATE TABLE bbs_area (    id int(10) unsigned DEFAULT '0' NOT NULL auto_increment,    master varchar(150) NOT NULL,    banner varchar(150) NOT NULL,    body text NOT NULL,    email varchar(50),    lo...

经验教程

613

收藏

42

精华推荐

社区(php&&mysql)一

社区(php&&mysql)一

热情的爱巴马

社区(php&&mysql)五

社区(php&&mysql)五

天意透明

社区(php&&mysql)三

社区(php&&mysql)三

达摩后世

微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部