defroster Posted March 27, 2011 Share Posted March 27, 2011 Hello, I have built a blog in php but. On each article in the blog people are able to comment. I would now like to build a system where people can vote on the comment up/down with Ajax. In my comments database I have a table that looks like this: id / article_id / user_id / dateposted / comment / voteup / votedown I would like it to look like this: Any ideas how I can do this? Tutorials online? Thanks a million Link to comment https://forums.phpfreaks.com/topic/231839-vote-on-comments/ Share on other sites More sharing options...
PaulRyan Posted March 27, 2011 Share Posted March 27, 2011 Something similar was discussed here: http://www.phpfreaks.com/forums/index.php?topic=325082.0 Ignore the title and have a look at the posts Regards, PaulRyan. Link to comment https://forums.phpfreaks.com/topic/231839-vote-on-comments/#findComment-1192816 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.