Login   Register  
PHP Classes
elePHPant
Icontem

File: getCaptcha.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2013-12-09 06:42
Size: 90 bytes
 

Contents

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