PHP Classes

File: captcha.php

Recommend this page to a friend!
  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: 18 years ago
Size: 90 bytes
 

Contents

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