$postcontents = $DB_site->query("SELECT * FROM post WHERE threadid = $threadid ORDER BY dateline DESC LIMIT 1"); print $postcontents;