When given an ID number, i want to check to see if it exists in the database. Return true if the ID is found and if not, then return false.
My knowledge of MySQL is very low, but i am assuming it would be somehting to do with the COUNT(*) function possibly?