Good health to all.
A question with SQL, such a code and for some reason does not make changes to the database.
$result2 = mysql_query ("UPDATE $userstable SET $userstable.Ostatok='$OST1', $userstable.Reserve='$REZ1' WHERE $userstable.Sklad_ID='T0001' and $userstable.ItemID='$ID'", $db); print("<br>остаток T0001:".$OST1." резерв:".$REZ1." skladID:".$skldID." ID товара:".$ID."<br>");
Fields are updateable DOUBLE format. Why does the seemingly obvious-correct query not UPDATE'it these fields?