That's not funny

but everything works now. Thank you very very mutch!
I've got one final question and then I'l shut up

I'd like te have the attachement aswel.
Will this work:
PHP Code:
$news = $DB_site->query_first("
SELECT pagetext, attach
FROM " . TABLE_PREFIX . "post AS post
WHERE post.threadid=884
AND post.visible = 1
ORDER BY post.dateline DESC
LIMIT 1");
Or do I have to use extra query's for that ??