Login   Register  
PHP Classes
elePHPant
Icontem

File: gd_image.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Michael Rose  >  GD Image Verification Class  >  gd_image.php  >  Download  
File: gd_image.php
Role: Example script
Content type: text/plain
Description: Example file #1
Class: GD Image Verification Class
Generate CAPTCHA verification images for forms
Author: By
Last change: Changed content type
Date: 2005-12-01 19:18
Size: 167 bytes
 

Contents

Class file image Download
<?php
// Require the class code...
require ('gd_image_verify.php');

// Initialize class
$gd = new gd_verification();

// Output image
$gd->output_image();
?>