页面导航: 首页网络编程PHP编程php技巧 → 正文内容

一些常用的php简单命令代码集锦

发布:dxy 字体:[增加 减小] 类型:转载
删建:
 引用
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;
Tags:php 简单命令
浏览次数:载入中... 打印本文关闭本文返回首页

文章评论

共有 位脚本之家网友发表了评论我来说两句

同 类 文 章
最 近 更 新
热 点 排 行