I can't remember the CLAUSE condtion but heres what i'm trying to do;
Is that right? I want to exclude some ids but get the rest. So if i have.PHP Code:$db->query_read("
SELECT title, id
FROM tablename
WHERE id NOT(1,2,3)
ORDER BY title
");
"1 2 3 4 5 6" That query will get 4,5,6.
Hmm, i think i posted in wrong forum![]()





Bookmarks