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

2016-01-29 14:35 2 1 收藏

BBS(php & mysql)完整版(四),BBS(php & mysql)完整版(四)

【 tulaoshi.com - 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/10/05121010213226866.gif"" width="600" height="28" border="0" usemap="#m_phpd"  
  <!-- fwtable fwsrc="http://img.jcwcn.com/attachment/portal/jcwcj/2005-12/10/05121010213217303.png"" fwbase="phpd" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" --
  <map name="m_phpd"  
    <area shape="rect" coords="378,-6,464,18" href="#" onMouseOut="parent.mainFrame.FW_startTimeout();"  onMouseOver="parent.mainFrame.window.FW_showMenu(window.fw_menu_0,381,0);"  
    <area shape="rect" coords="265,0,343,21" href="#" onMouseOut="parent.mainFrame.FW_startTimeout();"  onMouseOver="parent.mainFrame.window.FW_showMenu(window.fw_menu_1,266,0);"  
    <area shape="rect" coords="142,-6,227,20" href="#" onMouseOut="parent.mainFrame.FW_startTimeout();"  onMouseOver="parent.mainFrame.window.FW_showMenu(window.fw_menu_2,149,0);"  
    <area shape="rect" coords="31,-7,114,21" href="#" onMouseOut="parent.mainFrame.FW_startTimeout();"  onMouseOver="parent.mainFrame.window.FW_showMenu(window.fw_menu_3,40,0);"  
     <area shape="rect" coords="31,-7,580,21" href="sturecord.php" target="_blank"    
  </map
</div
<div id="Layer2" style="position:absolute; left:4px; top:3px; width:148px; height:98px; z-index:2"<a href="aboutme.php" target="_blank"<img src="http://img.jcwcn.com/attachment/portal/jcwcj/2005-12/10/05121010213213202.gif"" width="133" height="100" border="0" align="left" alt="站长自我介绍!!"</a</div
</body
</html


//此页面为 index.php
<?

header("Expires: Sun, 28 Dec 1997 09:32:45 GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");



?


<html
<head
<title::: xiaoyang :::</title
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"
<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);
// --

来源:https://www.tulaoshi.com/n/20160129/1493719.html

延伸阅读
标签: Web开发
//此页面为say.php ? include "signup/mysql.inc"; if($id1){        $sql="select * from $table where id='$id1'";    //显示回复题目        $result=mysql_query($sql)or die(mysql_error());    &nb...
标签: 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
  //下面为menu_comment.js function fwLoadMenus() {   if (window.fw_menu_0) return;   window.fw_menu_0 = new Menu("root",92,20,"Verdana, Arial, Helvetica, sans-serif",12,"#6666ff","#ffffff","#FF9999","#6666ff");   fw_menu...
标签: PHP
  +proto.menuBorder;             var focusItem = body.document.layers[n];             focusItem.clip.width = body.clip.width;            ...
标签: PHP
  //此页面为say.php <? include "signup/mysql.inc"; if($id1){        $sql="select * from $table where id='$id1'";    //显示回复题目        $result=mysql_query($sql)or die(mysql_error()); &...