
| Path : /var/www/html/z_admin.bk.240724/ |
| Current File : /var/www/html/z_admin.bk.240724/db.2304.php |
<?
exit;
include $_SERVER['DOCUMENT_ROOT'] . '/inc/config.php' ;
mysql_query( " alter table tbl_order
add pay_d_type char(1) null ,
add pay_d_p1 int not null default 0 ,
add pay_d_p2 int not null default 0 ,
add pay_d_itemtitle varchar(100) null ,
add pay_d_item1 int not null default 0 ,
add pay_d_item2 int not null default 0 ") or die( mysql_error());
echo 'success - ' . date('Y-m-d H:i:s');
?>