欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

一些常用的php簡單命令代碼集錦

 更新時(shí)間:2007年09月24日 14:03:53   作者:  
刪建:
 引用
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;

相關(guān)文章

最新評(píng)論