Login   Register  
PHP Classes
elePHPant
Icontem

File: captcha_xxx_124.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Andrea Bersi  >  Forms generator for MYSQL  >  captcha_xxx_124.php  >  Download  
File: captcha_xxx_124.php
Role: Auxiliary script
Content type: text/plain
Description: captcha code
Class: Forms generator for MYSQL
Generate forms to edit MySQL table records
Author: By
Last change:
Date: 2006-04-24 07:20
Size: 169 bytes
 

Contents

Class file image Download
<?php
session_start
();
require_once(
'captcha.class.php');
$captcha=new captcha();
$captcha->offuscamento=$_GET['obfusc'];
$captcha->genera($_SESSION['formcaptcha']);
?>