Could someone help me figure out the error:
<?php
$mysqli = new mysqli("localhost", "user",
"senha", "dbname");
if (mysqli_connect_errno()) {
printf("Connect failed: %s\n", mysqli_connect_error());
exit();
}
$sth = $mysqli->prepare("S...
asked by
13.01.2018 / 15:46