set_charset ('utf8'); if ($result = $mysqli -> query ("SELECT * FROM threads WHERE id = $thread")) { $row = $result -> fetch_assoc (); $title = $row['title']; $explain = $row['explain']; $result -> close (); } require_once './forms/index.frm.php';