$q = "update men SET price-1='$first' WHERE id='1'";
if($db->query($q))
{
echo "<script> alert('Data Has Been Updated Successfully ')</script>";
}
The error in the column name price-1, If my column name is like price then it works but not with price-1