$getnews = $DB_site->query_first(" SELECT * FROM " . TABLE_PREFIX . "post AS post WHERE post.threadid=7348 AND post.visible = 1 ORDER BY post.dateline DESC LIMIT 1"); print_r($getnews);