Home > php教程 > php手册 > BBS(php & mysql)完整版(二)

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 12:40:51
Original
1266 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
Latest Issues
nginx 재작성 규칙을 찾고 계십니까?
From 1970-01-01 08:00:00
0
0
0
Mencari peraturan penulisan semula nginx?
From 1970-01-01 08:00:00
0
0
0
Suchen Sie nach einer Nginx-Rewrite-Regel?
From 1970-01-01 08:00:00
0
0
0
Looking for a nginx rewrite rule?
From 1970-01-01 08:00:00
0
0
0
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template