時間:2015-06-28 00:00:00 來源:IT貓撲網(wǎng) 作者:網(wǎng)管聯(lián)盟 我要評論(0)
直接上代碼啦..
- ???? ?
- "-//W3C//DTD?XHTML?1.0?Transitional//EN"?"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">? ?
- "http://www.w3.org/1999/xhtml"?lang="zh-cn">? ?
- ? ?
- "Content-Type"?content="text/html;?charset=UTF-8"?/>? ?
- "Content-Language"?content="UTF-8"?/>? ?
- ? ?
- "url"?size="20"?/>? ?
- "submit"?type="submit"?/>? ?
- ? ?
- ? ?
- set_time_limit?(24?*?60?*?60);? ?
- if?(!isset($_POST['submit']))?die();? ?
- $destination_folder?=?'./downfolde/';???//?文件夾保存下載文件。必須以斜杠結(jié)尾? ?
- $url?=?$_POST['url'];? ?
- $newfname?=?$destination_folder?.?basename($url);? ?
- $file?=?fopen?($url,?"rb");? ?
- if?($file)?{? ?
- $newf?=?fopen?($newfname,?"wb");? ?
- if?($newf)? ?
- while(!feof($file))?{? ?
- fwrite($newf,?fread($file,?1024?*?8?),?1024?*?8?);? ?
- }? ?
- }? ?
- if?($file)?{? ?
- fclose($file);? ?
- }? ?
- if?($newf)?{? ?
- fclose($newf);? ?
- }? ?
- ?>????
關(guān)鍵詞標(biāo)簽:服務(wù)器 指定 文件夾 保
相關(guān)閱讀
熱門文章 plsql developer怎么連接數(shù)據(jù)庫-plsql developer連接數(shù)據(jù)庫方法 2021年最好用的10款php開發(fā)工具推薦 php利用淘寶IP庫獲取用戶ip地理位置 在 PHP 中使用命令行工具
人氣排行 詳解ucenter原理及第三方應(yīng)用程序整合思路、方法 plsql developer怎么連接數(shù)據(jù)庫-plsql developer連接數(shù)據(jù)庫方法 PHP中防止SQL注入攻擊 PHP會話Session的具體使用方法解析 PHP運(yùn)行出現(xiàn)Notice : Use of undefined constant 的解決辦法 PHP如何清空mySQL數(shù)據(jù)庫 CakePHP程序員必須知道的21條技巧 PHP采集圖片實(shí)例(PHP采集)