Logo
Simple Image CAPTCHA
Online Now: 2
Snippet Code
This is your most basic version of an image CAPTCHA.

image.php


<?php
header
("Content-type: image/png");
$string "abcdefghijklmnopqrstuvwxyz0123456789";
for(
$i=0;$i<6;$i++){
    
$pos rand(0,36);
    
$str .= $string{$pos};
}

$img_handle ImageCreate (6020) or die ("Cannot Create image");
//Image size (x,y)
$back_color ImageColorAllocate($img_handle255255255);
//Background color RBG
$txt_color ImageColorAllocate($img_handle000);
//Text Color RBG
ImageString($img_handle3150$str$txt_color);
Imagepng($img_handle);

session_start();
$_SESSION['img_number'] = $str;
?> 

form.php


<form action="result.php" method="post">
    <img alt="Random Number" src="image.php"> 
    <input type="text" name="num"><br>
    <input type="submit" name="submit" value="Check">
</form> 

result.php


<?php
session_start
();
if(
$_SESSION['img_number'] != $_POST['num']){
    echo
'The number you entered doesn't match the image.<br>
    <
a href="form.php">Try Again</a><br>';
}else{
    echo'
The numbers Match!<br>
    <
a href="form.php">Try Again</a><br>';
}
?>
 
Snippet Comments

Add Your Comment

Thrilling! It ability be harder to accept but this men's appearance aggressive by Nike is fabricated to brace with a nice brace of denim jeans!
Seo Orlando
2011-06-27 12:35:46
The code that you set up for this is so good. Keep up the good work.
Office cleaning Elmhurst
2011-06-27 06:37:29
loit a reciprocation and they someone truly a big help on me.
Medical Travel
2011-06-27 02:48:46
I will right away grab your rss feed to stay privy of any updates.
Trademark Lawyers In India
2011-06-27 01:12:47
it and I have you bookmarked to check out new stuff you post.
Rugs
2011-06-26 04:01:07
I just don’t understand what the screenwriters were thinking here. And where were the police to lock them up?
link building services
2011-06-25 20:24:36
I do not like to use this. Somehow, even though I was in the same position. I still do not feel interested.
types of weed
2011-06-25 18:25:52
I just don’t understand what the screenwriters were thinking here. And where were the police to lock them up? That’s a glaring continuity error.
Wink Bingo
2011-06-24 05:29:20
A construction has to be placed in the cookie's data field that identifies the user for a period of time.
santa monica homes for sale
2011-06-23 07:20:02
this one with additional information? It could be extraordinarily helpful and helpful for me and my colleagues.
Sold Out Tickets
2011-06-23 03:40:53
I think I will frequent your site from now on after going through some of your posts.
IT consulting Toronto
2011-06-22 19:42:05
The captcha code is definitely a must on a lot of sites. The code that you set up for this is so good. Keep up the good work.
dewalt dw713
2011-06-22 07:08:33
I just don’t understand what the screenwriters were thinking here
orlando personal injury attorneys
2011-06-21 19:27:41
This is such a great image code. They did such a great job with it. It works so well.
rent office space
2011-06-21 03:35:17
thanks for such a sharing such valuable in formations with people keep doing this nice work.
car haulers
2011-06-20 04:17:06
The author writes I wrote this script because I wanted something that will allow I like to discuss more about this thanks for sharing the information.
SEO
2011-06-18 00:34:08
I’ve been use many party media in exploit a reciprocation and they someone truly a big help on me.
5050 LED Strips
2011-06-16 02:42:34
5050 LED Strips
2011-06-16 02:41:29
More 5050 LED Strips manufacturers, 5050 LED Strips makers, 5050 LED Strips suppliers,5050 LED Strips exporter & 5050 LED Strips factories seek qualified 5050 LED Strips purchasers ,5050 LED Strips global buyers & 5050 LED Strips agents on TradeTuber.com.
Supra For Sale
2011-06-13 23:43:55
On affectation are a chic bearing of footballers, Henry, Totti, Ronaldo, Carlos, Figo and Cantona as speaker. Thrilling! It ability be harder to accept but this men's appearance aggressive by Nike is fabricated to brace with a nice brace of denim jeans! It appearance a lightweight, low contour formed covering upper, an ample tonal Swoosh logo additional Cheap Shoes branding on the "tongue" and heel section all on top off the adverse white mid sole.

Add Your Comment

 
Snippet Tools
Rate this Snippet:

Rate the difficulty level:

Request Snippet Update


Suggested Difficulty Level: Beginner
Current Score: 2.61
Total votes: 375
Total Views: 15227

Other top snippets by admin:

1. JPEG to ASCII Converter
2. Add (th, st, nd, rd, th) to the end of a number
3. Dynamic Page Content From Links
4. AJAX Quickie
5. Logout Inactive User

Search
Search for:







User Panel

User name:

Password:

Register And Post Your Own Snippets

New Snippets

1.  Shorten text and (4 of 1)

2.  file-based simple guest (0 of 0)

3.  adding an entry (0 of 0)

4.  integer to currency (1.33 of 3)

5.  Aggregate IP addresses (0 of 0)

6.  file handling (0 of 0)

7.  testing system with (0 of 0)

8.  Make an php (1 of 1)

9.  allow download in (5 of 1)

10.  redirect in 3 (0 of 0)

11.  live clock with (0 of 0)

12.  visit counter (3.5 of 2)

13.  contact form with (4 of 1)

14.  show a specific (0 of 0)

15.  The & sign (0 of 0)

16.  static variable in (0 of 0)

17.  multiplication table with (0 of 0)

18.  function with multiplicationt (0 of 0)

19.  php generated menu (0 of 0)

20.  drawing a table (0 of 0)

21.  embedded array (one (0 of 0)

22.  checks the week (0 of 0)

23.  put links on (4.5 of 2)

24.  Directory Image Gallery (0 of 0)

25.  TOS (4 of 1)

Home | Forum | Free PHP Web Hosting | Contact | Terms & Conditions |  
Donate
PHPSnips.com - ©2012 Amethyst Creative