Hi Everyone, I have a real noob question please,
I am trying to update a mysql database using the code below, I know the invoice number variable is correct, But for some reason the database is not updating,
Can someone point me in the right direction please,
I have tried using quotes arounf the var, but still the database is not updating -
mysqli_query("update mch_orders set mch_wsp='yes' where mch_rand=$invoice");
Thanks in advance DaniWebbers