Login   Register  
PHP Classes
elePHPant
Icontem

File: captcha.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Gobinath Mallaiyan  >  PHP Captcha  >  captcha.php  >  Download  
File: captcha.php
Role: Example script
Content type: text/plain
Description: sample
Class: PHP Captcha
Generate images with text for human validation
Author: By
Last change:
Date: 2005-08-04 06:46
Size: 90 bytes
 

Contents

Class file image Download
<?php
include("PHPCaptcha.class.php"); 
$dir='font';
$t = new PHPCaptcha($dir,'rnd',5);
?>