$order_update_query="UPDATE `orders` SET `NameClient`='$NameClient', `NamePack`='$NamePack', `Price`='$Price' WHERE `order_id`=".$_POST["order_id"];