Login   Register  
PHP Classes
elePHPant
Icontem

File: register_send.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Alf-Red  >  Registration  >  register_send.php  >  Download  
File: register_send.php
Role: Application script
Content type: text/plain
Description: initialize the class
Class: Registration
User registration with CAPTCHA image validation
Author: By
Last change:
Date: 2005-03-01 04:58
Size: 204 bytes
 

Contents

Class file image Download
<?php
/* including the class that check the registration */
include("class.registration.php") ;
/* initialize the var */
$tmp = new registration() ;
/* start the controle */
$tmp->controle() ;

?>