I'm venturing a bit with PDO, still in the beginning, and I have a question regarding a query with SQL Injection, it follows:
$insert = "INSERT INTO tabela (campo1, campo2, campo3) VALUES (:valor1,
:valor2, :valor3)";
$db = new db();
$db = $...
asked by
19.05.2018 / 23:26