PHP Classes

File: getCaptcha.php

Recommend this page to a friend!
  Classes of Peeyush Budhia   PHP Math Captcha   getCaptcha.php   Download  
File: getCaptcha.php
Role: Example script
Content type: text/plain
Description: File used to generate image
Class: PHP Math Captcha
Generate CAPTCHA images with math operations
Author: By
Last change:
Date: 10 years ago
Size: 90 bytes
 

Contents

Class file image Download
<?php
require 'class.MathsCaptcha.php';
$C = new MathsCaptcha();
$C->generateCaptcha();