网站安装程序
1.is_writeable();
2.rename('原名','新名'); 3.$resource=fopen($file_path,"w+"), 3.fwrite($resource,$config_str);目录结构:
install.php代码如下:
"; $ff=fopen($files_path,"w+"); fwrite($ff,$config_str); } require_once './data/config.php'; if(!@$link=mysql_connect($mysql_host,$mysql_user,$mysql_pwd,$mysql_pwd)){ echo "数据库连接失败!请返回上一页检查连接参数返回修改"; }else{ mysql_select_db($mysql_name); $sql_query[]="create table ".$mysql_tag."admin_log1 ( id int(8) unsigned not null primary key auto_increment, username varchar(40) not null, types varchar(40) not null);"; $sql_query[]="create table ".$mysql_tag."admin_log2 ( id int(8) unsigned not null primary key auto_increment, username varchar(40) not null, types varchar(40) not null);"; $sql_query[]="create table ".$mysql_tag."admin_log3 ( id int(8) unsigned not null primary key auto_increment, username varchar(40) not null, types varchar(40) not null);"; foreach ($sql_query as $value){ mysql_query($value); } rename("install.php","install.lock"); echo ""; } }?>install