$result = mysql_query("SELECT title, threadid FROM thread ORDER BY threadid LIMIT 20");
$result = mysql_query("SELECT title, threadid, dateline FROM thread ORDER BY dateline DESC LIMIT 20");