PHP Classes

File: example_captcha.php

Recommend this page to a friend!
  Classes of Abius X   Pure PHP Text Render   example_captcha.php   Download  
File: example_captcha.php
Role: Example script
Content type: text/plain
Description: PureCaptcha Example
Class: Pure PHP Text Render
Render text in an image in pure PHP
Author: By
Last change:
Date: 9 years ago
Size: 139 bytes
 

Contents

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