$sql="INSERT INTO `sminfo_table` ('..') VALUES ()";
    $query=mysql_query($sql) or die(__FILE__.__LINE__.":".mysql_error().$sql);