关于超市的安装模块,请告诉回答
                        
                            时间:2021-07-01 10:21:17
                            帮助过:3人阅读
							                        
                     
                    
                    关于商城的安装模块,请告诉回答
本帖最后由 ljz6655888 于 2013-01-09 23:25:19 编辑
            谁能告诉我:
  echo "
";
  if(!$_POST["admin"])
 { 
?>
mini 商城系统安装程序
}
else
{
	$admin=$_POST["admin"];                //获得管理员名称
	$pass=md5($_POST["pass"]);             //获取管理员密码
	$mail=$_POST["mail"];                  //获取管理员邮箱
	$type=$_POST["type"];                  //获取默认商品类别
	$description=$_POST["description"];    //获取默认商品类别说明
	$time=date("Y年m月d日");                //获取当前时间
	include "config.php"                   //加载配置文件
	$sql="create table $my_user(
	id int(5) not null auto_increment primary key,
	name varchar(12) not null default '',