I was seeing a script in php and I noticed that every time an SQL query was written, this "operator" was used.
A part of the code
$sql = "INSERT INTO categorias (nome) VALUES(:nome)";
$stmt = DB::prepare($sql);
$stmt->bindParam("nome", $...
asked by
25.07.2014 / 17:55