|
Easy Captcha in PHP
|
|
05-24-2010, 11:40 PM
Post: #1
|
|||
|
|||
|
Easy Captcha in PHP
This is simple Captcha script. You have comments inside the code and that enables you to manipulate with different Captcha data. You can change letters, digits, size of image, background color etc.
Here is the code : PHP Code: <?phpThere's a fine line between genius and insanity. I have erased this line. Oscar Levant There's a fine line between an administrator and black hat hacker. I have erased this line. Dr DEBCOL |
|||
|
05-25-2010, 03:07 AM
(This post was last modified: 05-25-2010 03:09 AM by ajcis55.)
Post: #2
|
|||
|
|||
|
RE: Easy Captcha in PHP
Easy enough. For those confused about how to verify the user entered the correct captcha, you'll want to do something like this in your form submission:
Code: <?phpFree image hosting at http://myph.us. |
|||
|
05-25-2010, 03:45 AM
Post: #3
|
|||
|
|||
|
RE: Easy Captcha in PHP
Yeah very good. This is because in the code we have :
Code: $_SESSION['captcha_image_value'] = md5($rand);THX for reply ! There's a fine line between genius and insanity. I have erased this line. Oscar Levant There's a fine line between an administrator and black hat hacker. I have erased this line. Dr DEBCOL |
|||
|
« Next Oldest | Next Newest »
|





