PHP Classes

File: captcha.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   FCaptcha   captcha.php   Download  
File: captcha.php
Role: Example script
Content type: text/plain
Description: Example script
Class: FCaptcha
Verify if the user is a human with a CAPTCHA image
Author: By
Last change:
Date: 11 months ago
Size: 115 bytes
 

Contents

Class file image Download
<?php
session_start
();

include_once
'./src/FCaptcha.php';

$captcha = new FCaptcha;

$captcha->generateCaptcha();