<?php
 
/**
 
   * * * * * * * *
 
   *    READ ME  *
 
   * * * * * * * * 
 
    O   This file uses the captcha class to show a captch image
 
        You can give your ows string either encrypted or in
 
        normal format, or you can leave it blak so the system can decide th string
 
    
 
    
 
    O   We can set Text as well as Background Image to use inside captcha
 
        But you are restricetde to 'BLACK','RED','BLUE','GREEN','WHITE'
 
    
 
**/
 
?>
 
<img src="class.captcha.php" />
 
 |