News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Abhinav Singh's Blog:
Wordpress style "Duplicate comment detected" using Memcached and PHP
January 02, 2010 @ 07:36:27

Abhinav Singh has a new post today looking at his method for preventing duplicate comments (similar to a method used on Wordpress blogs) using memcached.

In this blog post, I will put up some sample PHP code for Duplicate comment detection using Memcached without touching the databases. Towards the end, I will also discuss how the script can be modified for usage in any environment including forums and social networking websites.

His method uses a custom function (is_repetitive_comment) to create an md5 hash of the comment and username to check against the stored values on the memcached server. Code is included as is an explaination of how it all works together.

0 comments voice your opinion now!
memcached duplicate comment wordpress




Community Events





Don't see your event here?
Let us know!


unittest manifesto package community custom language development application interview phpunit release introduction api conference opinion series symfony2 test framework podcast

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework