PHP Classes

File: securityImageImage.php

Recommend this page to a friend!
  Classes of Joel Finkel   Security Image   securityImageImage.php   Download  
File: securityImageImage.php
Role: Application script
Content type: text/plain
Description: Displays the generated image
Class: Security Image
Generate images with text to make a CAPTCHA test
Author: By
Last change:
Date: 20 years ago
Size: 297 bytes
 

Contents

Class file image Download
<?
#################################
#
# Author: Joel Finkel
# Email: finkel@sd-il.com
#
# DO NOT MODIFY THIS FILE! IT IS USED TO DISPLAY THE GENERATED IMAGE
#
#################################

include("securityImageClass.php");

$si = new securityImage();

$si->showImage();

?>