Heim >php教程 >php手册 >下载文件的点击数回填_php基础

下载文件的点击数回填_php基础

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-05-17 09:05:271225Durchsuche

需要名称为book的mysql数据库表
表中含有下列字段:
id   下载的文件的唯一标识
downnum  点击数

first.php
{
?>



  


&id=">click here download


};?>

ddload.php

     include("data.inc.php");
     if($incerror)
     {
           echo $incerror;
           exit;
     }
     if(empty($dnnum)) $dnnum = 1;
     else $dnnum ++;
     $sql = "update book set downnum ='$dnnum' where id =$id";
     mysql_query($sql);
     mysql_close($connect);
     header("location:$purl");
?>
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn