技術提供:Blogger.

創意網頁設計,響應式網頁,部落格版型,資料庫,購物車,Bootstrap,RWD,html,css,php,jquery,MySQL,專營綠茶,紅茶,高山凍頂烏龍,阿里山杉林溪梨山大禹嶺茶及茶葉罐杯壺禮盒批發零售,兼營艋舺快遞,汽機車外送,中央果菜市場,環南市場,迪化街等地代購採買及各項代理服務! 孟甲服務專線:0952-916626
E-mail:roberchen3@gmail.com


php檔案上傳下載功能及語法

<?php //取得目前路徑 $fileDir = getcwd(); //執行刪除動作 if(isset($_GET["action"])&&$_GET["action"]=="delete"){ unlink($_GET["file"]); $fileDir =pathinfo($_GET["file"],PATHINFO_DIRNAME); //重新轉頁到目前目錄中 header("Location: ?dir=".$fileDir); } //執行上傳動作 if(isset($_GET["action"])&&$_GET["action"]=="upload"){ if($_FILES["upload"]["error"]==0){ move_uploaded_file($_FILES["upload"]["tmp_name"], $_POST["dir"]."//".$_FILES["upload"]["name"]); } //重新轉頁到目前目錄中 header("Location: ?dir=".$_POST["dir"]); } ?> <head> <meta http-equiv="Content-Type"...

"你是獵人還是獵物?"

Related Posts Plugin for WordPress, Blogger...
頁數共38頁  1234 下ㄧ頁