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

Zend Developer Zone: Live Blogging From php/db|works 2006

NETTUTS.com: How to Create a PHP/MySQL Powered Forum from Scratch

NETTUTS.com: Build an RSS 2.0 Feed with CodeIgniter

Smashing Magazine: Replicating MySQL AES Encryption Methods With PHP

PHPEverywhere: New Improved Yummy ADOdb Session Handler


Community Events











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


community language release composer object example code series tool zendframework2 introduction interview development functional opinion testing conference podcast framework database

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