PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Abius X   Pure PHP CAPTCHA   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example Usage
Class: Pure PHP CAPTCHA
Generate CAPTCHA images without using GD extension
Author: By
Last change:
Date: 9 years ago
Size: 145 bytes
 

Contents

Class file image Download
<?php
require_once __DIR__."/pure_captcha.php";
$k=new PureCaptcha();
$captchaToken=$k->show();
//persist the token somewhere for further use