I want to take the numbers of likes and saving it in a database when a user liked something in the database to add +1 and when a user does not like to be removed from the da
To get number of likes for particular page you can perform FQL
likes
SELECT like_count FROM link_stat WHERE url="url is here"
http://developers.facebook.com/docs/reference/fql/link_stat