Ciao, ho un comando SQL così composto:

codice:
SELECT threadid,title,lastpost,forumid,lastposter FROM " . $this->mysql['table_prefix'] . "thread " . $where_sql . " ORDER BY dateline DESC LIMIT 0,
vorrei far sì che, di questi thread che vengono tirati giu' dal db, i primi due ogni volta non vengano mai visualizzati.

Grazie molte