Ill try that, im having trouble on the display now
SELECT auto_id, subject, submit_date, user_id, color, spam
FROM friend_bulletin
WHERE user_id = '1'
OR user_id
IN ( 345, 564, 644, 45645, 434 )
AND spam =1
ORDER BY submit_date DESC
LIMIT 0 , 5
returns bulletin post with a spam value of 0 and 1 but im not sure why