News Feed
Jobs Feed
Sections




News Archive
Utah PHP Users Group:
PHP-CAPTCHA
July 13, 2006 @ 05:34:24

On the Utah PHP Users Group website today, there's a quick new tutorial concerning the creation of a CAPTCHA image for your site (using the GD functionality in PHP).

The following article includes code and examples on how to prevent bots from taking part in online polls, registering for free email accounts, more recently, preventing bot-generated spam by requiring that the (unrecognized) sender pass a CAPTCHA test before the email message is delivered [implemented in Yahoo]. They have also been used to prevent people from using bots to assist with massive downloading of content from multimedia websites.

First, they create the form the entire example centers around before even looking at the code. With that laid down and explained, they get into the image creation and addition of the string to make the "humans only" image. Finally, they show how to check the word entered for the CAPTCHA verification against a session variable to see if they're a match.

0 comments voice your opinion now!
captcha image tutorial form verification gd session captcha image tutorial form verification gd session


blog comments powered by Disqus

Similar Posts

DeveloperTutorials.com: Developing State-enabled Applications With PHP

Fabien Potencier's Blog: Create your own framework... on top of the Symfony2 Components (part 7)

Software Development Video & Tutorials: PHP and Couchbase

Andrew Johnstone's Blog: Lock Files in PHP & Bash

Spindrop.us: Digg-style AJAX comment editing in PHP/symfony


Community Events









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


zendframework2 introduction testing tool development event release database opinion language phpunit interview object unittest code community example framework composer podcast

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