BBS(php & mysql)完整版(二)

2016-02-19 09:50 6 1 收藏

今天天气好晴朗处处好风光,好天气好开始,图老师又来和大家分享啦。下面给大家推荐BBS(php & mysql)完整版(二),希望大家看完后也有个好心情,快快行动吧!

【 tulaoshi.com - Web开发 】

//此页面为look.php
?
include "signup/mysql.inc";
$sql="select * from ".$table." where id='$id'";
$result=mysql_query($sql)or die(mysql_error());
$row=mysql_fetch_array($result);
$number=++$row["number"];

$sql="update $table set number='$number' where id='$id'";
mysql_query($sql)or die(mysql_error());




?

html
head
titlexiaoyang/title
meta http-equiv="Content-Type" content="text/html; charset=gb2312"
?

include "js/menuhead.php"
?

script language="JavaScript"
!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// --
/script
/head

body bgcolor="#FFFFFF" text="#000000"
?

include "js/menu.php";
?





div id="Layer6" style="position:absolute; left:409px; top:29px; width:118px; height:17px; z-index:1"/div
div id="Layer5" style="position:absolute; left:63px; top:61px; width:464px; height:303px; z-index:2"  

    table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#FFCCFF"
      tr  

      td width="22%" height="17"  
        div align="center"font color="#FF3399" size="2"题目/font/div
        /td

      td width="78%" height="17"
        div align="center"font size="2" color="#9966FF"?echo $row["title"] ;?/font /div
      /td
      /tr
      tr  
        td width="22%" height="24"  
          div align="center"font color="#FF3399" size="2"作者/font/div
        /td

      td width="78%" height="24"  
        div align="center"font size="2" color="#9966FF"?echo $row["userid"] ;?/font /div
      /td
      /tr
      tr  
        td width="22%"  
          div align="center"font color="#FF3399" size="2"内容/font/div
        /td

      td width="78%"
        div align="left"font size="2" color="#9966FF"? $file=explode("n",$row["content"]); $num=count($file);
        for($i=0 ;$i$num;$i++) echo "  ".$file[$i]."BR";?/font/div
      /td
      /tr
    /table




   ?


   for($j=1;$j6;$j++)              //显示回复内容
   {
    $re="r".$j;
    if($row["$re"])
        {
        $id2=$row["$re"];
    $sql="select * from bbs_re where id='$id2'";
    $result=mysql_query($sql)or die(mysql_error());
    $row8=mysql_fetch_array($result);
   echo "BR";
   echo " table width=100% border=1 cellspacing=0 cellpadding=0      bordercolor=#FFCCFF  tr";         
   echo "   td width=22% height=17         div style="text-align:center"font color=#FF3399 size=2题目/font/div";
   echo "     /td       td width=78% height=17";
   echo " div style="text-align:center"font size=2 color=#9966FF".$row8["title"]."/font /div      /td /tr      tr";  
   echo "td width=22% height=24";  
   echo "div style="text-align:center"font color=#FF3399 size=2作者/font/div/td";
   echo " td width=78% height=24";  
   echo "div style="text-align:center"font size=2 color=#9966FF".$row8["userid"]." /font /div/td /trtr";  
   echo " td width=22%div style="text-align:center"font color=#FF3399 size=2内容/font/div";
   echo "/td td width=78%";
   echo "div align=leftfont size=2 color=#9966FF"; $file=explode("n",$row8["content"]);
   $num=count($file);
    for($i=0 ;$i$num;$i++) echo "  ".$file[$i]."BR";
    echo "/font/div";
   echo "   /td  /tr    /table";
    }
   }

   ?

BRBR
/div
div id="back" style="position:absolute; left:455px; top:30px; width:85px; height:3px; z-index:3"  
  hr color="#ff9999" noshade
/div
div id="goback" style="position:absolute; left:461px; top:23px; width:120px; height:16px; z-index:2"  
  div align="center"a href="php3.php?p=1&&table=?echo $table ;?" target="_self" onMouseOver="window.status=''; return true"font size="2" color="#FF33FF"返回/font/a/div
/div
div id="Lay" style="position:absolute; left:70px; top:30px; width:85px; height:3px; z-index:4"
  hr noshade color="#ff9999"
/div
div id="Laye" style="position:absolute; left:78px; top:23px; width:120px; height:16px; z-index:1"  
  div align="center"a href="say.php?id1=? echo $id."&&table=".$table ;?" target="_self" onMouseOver="window.status='';return true"font size="2" color="#FF33FF"回复/font/a/div
/div
p /p
p /p
/body
/html

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

延伸阅读
标签: PHP
  +proto.menuBorder;             var focusItem = body.document.layers[n];             focusItem.clip.width = body.clip.width;            ...
标签: PHP
  //此页面为php3.php <? include "signup/mysql.inc"; switch($part){    case "1" :$table="bbs_php";break;    case "2" :$table="bbs_mysql";break;    case "3" :$table="bbs_html";break;  &n...
标签: PHP
  //此页面为 top.php <html <head <titleUntitled Document</title <meta http-equiv="Content-Type" content="text/html; charset=gb2312" <script language="JavaScript1.2" src="http://img.jcwcn.com/attachment/portal"http://www.jcwcn.com/Files/BeyondPic/jcwcj/2005-12...
标签: PHP
  //完毕 wish you sucess!! # phpMyAdmin MySQL-Dump # http://phpwizard.net/phpMyAdmin/ # # 主机: localhost:3306 数据库 : database # -------------------------------------------------------- # # 数据表的结构 'bbs_html' # CREATE TABLE bbs_html (    id int(15) DEFAULT '0' NOT NULL,  &n...
标签: PHP
  //此页面为say.php <? include "signup/mysql.inc"; if($id1){        $sql="select * from $table where id='$id1'";    //显示回复题目        $result=mysql_query($sql)or die(mysql_error()); &...

经验教程

478

收藏

59

精华推荐

社区(php&&mysql)二

社区(php&&mysql)二

zhchq1987

聊天室php&amp;mysql(二)

聊天室php&amp;mysql(二)

快乐每一天_801

php&amp;java(二)

php&amp;java(二)

林云蔚

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