|
引用
if(file_exists("file.htm"))// 檢查是否存在此文件
if(file_exists("chat"))//檢查是否存在此文件夾
rename('index.php','index'); //將index.php 改名為 index
fopen("name.php","a+"); //建立文件
mkdir("boot","0777"); //建立文件夾且設(shè)置屬性為777
rmdir ("include");//刪除文件夾
unlink("index.php");//刪除文件
數(shù)據(jù)庫的查詢:
引用
$db = new db_query;
$db->connect();
$db->query("DROP DATABASE $DbName;");//$dbname 為數(shù)據(jù)庫名
連接:
引用
header("location:index.php");//轉(zhuǎn)到網(wǎng)頁
echo "第二步:請(qǐng)選擇是否刪除所有文件[聊天室]<br>";//寫出代碼
unset($tmp); //清除原有緩存
require("global.php");//緩存
print <<< eot //寫出代碼
eot;
php技術(shù):一些常用的php簡(jiǎn)單命令代碼集錦,轉(zhuǎn)載需保留來源!
鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。