1
Mysqli (Mysql Extended) has greater security and I thought so far that I did not need to process the variable data before adding to the bank, but studying on that page found this code similar to the one I used in old Mysql. It is really necessary to use this code to process the data before inserting it into the database.
Code:
$variavel="'" . $conexao->real_escape_string('col1_value') . "'";
In case, I always use the Prepared Statements, then, only it solves or I have to add this too?
I didn’t understand the doubt
– KhaosDoctor
Not missing an interrogation there in "It really is necessary..."?
– brasofilo