-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/admin-1/
File Upload :
Current File : /var/www/html/admin-1/db.2407.php

<?
	include $_SERVER['DOCUMENT_ROOT'] . '/inc/config.php' ;

	mysql_query( " alter table tbl_order_gs
		add total_service_qry int not null default 0 ,
		add top_service_qry int not null default 0 ,
		add bot_service_qry int not null default 0 ,
		add armS_service int not null default 0 ,
		add armL_service int not null default 0 ") or die( mysql_error());

	mysql_query( " alter table tbl_cart
		add total_service_qry int not null default 0 ,
		add top_service_qry int not null default 0 ,
		add bot_service_qry int not null default 0 ,
		add armS_service int not null default 0 ,
		add armL_service int not null default 0 ") or die( mysql_error());

	mysql_query( " alter table tbl_cart_size
		add servicetype char(1) not null default 'N' ") or die( mysql_error());
	mysql_query( " alter table tbl_order_size
		add servicetype char(1) not null default 'N' ") or die( mysql_error());

	echo 'success - ' . date('Y-m-d H:i:s');

?>

Copyright © 2017 || Recoded By Mr.Bumblebee