News Feed
Jobs Feed
Sections




News Archive
DevShed:
Developing a Captcha Application with an Image Generator Class with PHP 5
October 03, 2007 @ 12:58:00

DevShed has posted the next (and last) part of their series on image generation with PHP, creating a class to handle most of the work for you and implement the graphics functionality (GD) PHP has built in. This time, they take things a step further and use the class they've created so far to make CAPTCHA images for a site.

In this last article of the series I'm going to show you how to couple this class with a simple randomizer mechanism to implement a basic yet effective application that will be capable of outputting on the browser different random strings, which will be previously embedded into a predefined image stream.

They start with their previous version of the class and work off of it, extending its functionality to add a multi-call ability and to hook into a RandomGenerator class to create the string.

0 comments voice your opinion now!
php5 tutorial image generator captcha random string php5 tutorial image generator captcha random string


blog comments powered by Disqus

Similar Posts

Michael Nitschinger's Blog: Writing a simple lexer in PHP

CorePHP Blog: A Guide to running Apache 2, PHP 4 & PHP 5 on Windows XP

Stefan Esser's Blog: Suhosin Updates - Improved Randomness & LAZY Symbol Loading

Developer.com: Creating RSS Feeds with the Zend Framework for Fun and Profit

SearchOpenSource.com: Automating Amazon research with the Zend Framework


Community Events









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


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

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