一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

php实现静态点击

时间:2008-03-16 编辑:简简单单 来源:一聚教程网

很多人都在问这个问题.下面来看看吧.

require_once("boke/inc/re_conn.php");
$id =isset($_GET['id'])?$_GET['id']:'';
if(!is_numeric($id)){
 exit('unkown');
}else{
 $sql ="update filecontent set filebrower=filebrower+1 where id=$id";
 mysql_query($sql);
 $result =mysql_query("select id,filebrower from filecontent where id=$id");
 $rs  =mysql_fetch_array($result);
 
}
?>
document.write('人次');

热门栏目