I have the following PHP query
$mysqli = new mysqli(HOST, USER, PASSWORD, DATABASE);
$mysqli-> set_charset("utf8");
$stmt = $mysqli->prepare("select header, title, footer, head from configs");
$stmt -> execute();
$stmt -> bind_...
asked by
29.07.2014 / 14:45