PHP Classes

File: gd_image.php

Recommend this page to a friend!
  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: 18 years ago
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();
?>