首頁 >後端開發 >php教程 >一個程式下載的管理程式(三)_PHP教程

一個程式下載的管理程式(三)_PHP教程

WBOY
WBOY原創
2016-07-21 16:06:49957瀏覽

//後台程式sign.php來源程式碼如下:


if($action=="sign")
{
if($say==""||$title==""||$url==""||$size== "")
{
header("位置: ../message.php?message=資料不完整&redirect=download/download.php?page=0&action=publish");
休息;
}       $say=htmlspecialchars($say) ; title=htmlspecialchars($title);
        $say=str_replace(" "," ",$say);
     ;
        $ttime=$now_time["year"]."-".$now_time["mon"]."-".$now_time["mday"]." ".$now_time["hours"]." : ".$now_time["分鐘"].":".$now_time["秒"];
        $str="插入下載(標題、例如、點擊、ttime、url、大小、類型)值('" .$title."','".$say."',0,'#" .$ttime."#','".$url."','".$size."',".$ type.")";
        mysql_query($str,$cn);


header("location:download.php?page=0&action=show");
header("location:download.php?page=0&action=show");
}
}
; >if($action=="下載")
{
     mysql_query("更新下載集click=click 1 where id=".$id,$cn);

? >

header("內容類型:text/html");
if(header("location:$url"))
echo "error";
? >

如果您的瀏覽器沒有彈出下載窗口,請點擊這裡

關閉視窗


 



}?>
{
mail("khj99@163.net","該鏈接有問題,請更正","id=$id;程式名稱=$title;類別=$type","寄件者:khj99@163.netn回覆至:khj99@163.netn");
header ("位置:download.php?action=show&type=$type");
}
? > 

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/315279.htmlTechArticle//後台程式 sign.php原始碼如下: ?require(../opendata.php);? ? if($action==sign) { if($say==||$title==||$url==||$size==) { header(location:../message.php?message=資料不完整...
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn