Login   Register  
PHP Classes
elePHPant
Icontem

File: img.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Julio Romano  >  Image Verification  >  img.php  >  Download  
File: img.php
Role: Example script
Content type: text/plain
Description: Example of image
Class: Image Verification
Generate and verify CAPTCHA validation images
Author: By
Last change:
Date: 2006-05-30 07:43
Size: 123 bytes
 

Contents

Class file image Download
<?

include("ImgVerification.php");

$vImg = new ImageVerification;
$vImg->geraString();
$vImg->geraImagem();


?>