If this blog helped you in any way, please donate a dollar here

Showing posts with label CAPTCHA. Show all posts
Showing posts with label CAPTCHA. Show all posts

Friday, August 6, 2010

Captcha in PHP

Writing a custom captcha for your website is a fairly easy task with the PHP GD Library.

The GD Library is a graphics library that enables to draw (and generate) graphics. This output can be done on any of the standard image file formats.

In my example I choose to create a PNG file that will be displayed in my registration page. So the first piece of code I need is somthing like this: