PHP Classes

File: img.php

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

Contents

Class file image Download
<?

include("ImgVerification.php");

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


?>