mercredi 27 septembre 2017

How exactly does the PHP's query function in work?

     $query = "UPDATE `accounts`
          SET `client`='$user_id';
           WHERE `AccountID` =$account_id";
     $result = $con->query($query);

"$result" yields false for some reason. Why?




Aucun commentaire:

Enregistrer un commentaire