Hello, I have a problem, I would like to know about prepared statements, I have this code:
$query_email = ("SELECT email FROM usuarios_ WHERE email = ?");
$stmt = mysqli_stmt_init($conn);
if (mysqli_stmt_prepare($stmt, $query_email)) {...
asked by
18.02.2016 / 01:47