Ejemplo n.º 1
0
 private function escapeStrings($string)
 {
     return mysqli_real_escape_string(dbConnect::dbGetLink(), $string);
 }