Posts by Marlon • 11 points
1 post
-
1
votes2
answers112
viewsQ: Strange code (Green) coming back from the database
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");…