I am trying to use mysqli first time. I have a question, what is $GLOBALS["___mysqli_ston"] ? Can you plz tell me. I am not getting any direct answer when googling
MySQLConverter assumes that this global variable is set to equal your DB connection object; if the converter finds a mysql_connect it will (partially, but with a warning) convert your code into code that includes an assignment of $GLOBALS["___mysqli_ston"] to the result of the mysqli_connect function something like this:
$link=($GLOBALS["___mysqli_ston"] = mysqli_connect($hostname, $username, $pwd));
See also Changing from mysql to mysqli code error
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With