'Like' or Thumbs Up system.
How would I go about creating a 'like' system for entries? I'm creating a mini-blog system off of a guestbook format.
Basically I figure a star rating system for each post would be tricky. I just want something where a user would click a link under the post, it would store information in the database every time somebody clicked it, and then display the number of clicks back on the post. I'd also like to stop users from liking the post more than once if possible.
I am fairly new to this but I'm not just looking for code, I want to know how to do it myself.
Thanks.
