PHP Classes

File: captcha_xxx_124.php

Recommend this page to a friend!
  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: 17 years ago
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']);
?>