Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/pay_status_refresh_table.php on line 13



drop table if exists .pay_status
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/pay_status_refresh_table.php on line 21



create table .pay_status ( pay_status_code char(1) not null, pay_status_description varchar(10) not null )
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/pay_status_refresh_table.php on line 30



create UNIQUE index index_1 on .pay_status ( pay_status_code)
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/otomotif/public_html/sipade/_utility/pay_status_refresh_table.php on line 45
< br>replace INTO .pay_status (pay_status_code, pay_status_description) values ('1', 'Nunggak'), ('2', 'Lunas')