PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Albert Demeter   Captcha Numbers V2.1   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Image displayer
Class: Captcha Numbers V2.1
Generate CAPTCHA validation images
Author: By
Last change:
Date: 18 years ago
Size: 173 bytes
 

Contents

Class file image Download
<?
session_start
();

include(
'captcha_numbersV2.php');
$captcha = new CaptchaNumbersV2(6);
$captcha -> display();

$_SESSION['captcha'] = $captcha -> getString();
?>