Ok, what I want to do is: If there are no records where id = 'UNIQUE ID' then print "be the first to review this album, else print "there are $count reviews found".
Hope you know what I mean
"SELECT COUNT(*) ..."
or use mysql_num_rows() (or equivalent for your db)
COUNT(*) should be faster.