[Solved] How to prevent users like the comment multiple times like “facebook or youtube like/dislike systems”? [closed]
If you want to show the users who liked/disliked a post (or a comment), you will have to insert a new row along with the user-id for each like/dislike. And regarding the multiple-likes problem, you will have to check whether or not there is a row with the same user-id and comment-ids as the ones … Read more