Answer the question
In order to leave comments, you need to log in
When changing values in a table cell, the error mysqli_query () takes off: Couldn't fetch mysqli, where did I go wrong?
Trying to make changes to cells
$id=(int)$data['order_id'];
$resultUpdate = mysqli_query($conn,"UPDATE `orderstat22` SET `status`='заказ оплачен' WHERE `order_id`=$id");
mysqli_close($conn);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question