Re: Update mySQL row with PHP using sproc
I tried variations of real_escape_string(), it would execute the sproc based on @flag=true when I run the script on Firefox. But it would not update the value, which is what the sproc should does.
variations:
$personId = $mysqli -> real_escape_string($_REQUEST['personId']);
$personId = $mysqli_real_escape_string($_REQUEST['personId']);
Subject
Written By
Posted
Re: Update mySQL row with PHP using sproc
June 15, 2020 01:23AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.