this is mu query
$sql_query= "insert into shortdb1.currency_code set currency_code = 'KWD',
based_on = 'KWD', currency_rate = '1.00',
last_update = '2013-07-25 11:41:33';
insert into shortdb1.currency set currency_code = 'KWD',
language_code = 'EN', currency_name = 'Kuwaiti Dinar';";
$conn_1->query($sql_query)
but i getting error
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'insert into shortdb1.currency set currency_code = 'KWD', language_code = 'EN','
at line 4