PHP Classes

File: img.php

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

Contents

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

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