renewenewsadclass_1.php
532 Bytes
<?php
@include("../../inc/header.php");
/*
SoftName : EmpireBak
Author : wm_chief
Copyright: Powered by www.phome.net
*/
E_D("DROP TABLE IF EXISTS `renewenewsadclass`;");
E_C("CREATE TABLE `renewenewsadclass` (
`classid` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`classname` char(30) NOT NULL DEFAULT '',
PRIMARY KEY (`classid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8");
E_D("replace into `renewenewsadclass` values('1','默認廣告分類');");
@include("../../inc/footer.php");
?>