PHP Classes

File: img.php

Recommend this page to a friend!
  Classes of omid zarifi   Best CAPTCHA   ???   Download  
File: ???
Role: Example script
Content type: text/plain
Description: img
Class: Best CAPTCHA
Generate an image for CAPTCHA validation
Author: By
Last change:
Date: 13 years ago
Size: 251 bytes
 

Contents

Class file image Download
<?php
/*
Programing By Omid Zarifi
Website : www.progvig.com
email : [email protected]
this class can create a good captcha ( anti robot & worm )

*/
require_once('class.chapta.php');
$mychapt= new mycaptcha;
$mychapt->chaptcreate();
?>