Home > php教程 > php手册 > body text

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

WBOY
Release: 2016-06-21 09:03:37
Original
1120 people have browsed it
//此页面为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());




?>



xiaoyang



include "js/menuhead.php"
?>







include "js/menu.php";
?>




   

  

    
        
         
      
  
        
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template