刪建:
引用
if(file_exists("file.htm"))// 檢查是否存在此文件
if(file_exists("chat"))//檢查是否存在此文件夾
rename('index.php','index'); //將index.php 改名為 index
fopen("name.php","a+"); //建立文件
mkdir("boot","0777"); //建立文件夾且設置屬性為777
rmdir ("include");//刪除文件夾
unlink("index.php");//刪除文件
數據庫的查詢:
引用
$db = new db_query;
$db->connect();
$db->query("DROP DATABASE $DbName;");//$dbname 為數據庫名
連接:
引用
header("location:index.php");//轉到網頁
echo "第二步:請選擇是否刪除所有文件[聊天室]<br>";//寫出代碼
unset($tmp); //清除原有緩存
require("global.php");//緩存
print <<< eot //寫出代碼
eot;