PHP头条
热点:

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


//此页面为look.php(做为现在的主流开发语言)
<?
include "signup/MySQL(和PHP搭配之最佳组合).inc";
$sql="select * from ".$table." where id=$id";
$result=MySQL(和PHP搭配之最佳组合)_query($sql)or die(MySQL(和PHP搭配之最佳组合)_error());
$row=MySQL(和PHP搭配之最佳组合)_fetch_array($result);
$number=++$row["number"];

$sql="update $table set number=$number where id=$id";
MySQL(和PHP搭配之最佳组合)_query($sql)or die(MySQL(和PHP搭配之最佳组合)_error());




?>

<html>
<head>
<title>xiaoyang</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>  

www.phpzy.comtrue/phprm/34290.htmlTechArticleBBS(php mysql)完整版(二) //此页面为look.php (做为现在的主流开发语言) ? include "signup/MySQL (和PHP搭配之最佳组合) .inc"; sql="select * from ".table." where id=id"; result=MySQL (和PHP搭配之最佳组合) _quer...

相关文章

    暂无相关文章

PHP之友评论

今天推荐