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

Zend Developer Zone: Implementing the Observer Pattern with SplObserver and SplSubject

Cody Caughlan's Blog: Database Migrations for PHP5

Sanisoft Blog: Inspekt - put a firewall in your PHP applications

DevShed: Additional Methods for Using SQLite with PHP 5

Netmag.co.uk: Make your own Soap


Community Events









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


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

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