Do you see any problem? I get this error.
$col = 360;
$col1 = 350;
$esim = 0;
$esim1 = 1;
mysql_query("INSERT INTO my_table ($col, $col1) VALUES('$esim', '$esim1')") or die(mysql_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 '360, 350) VALUES('0', '1')' at line 1