PHP Classes

File: register_send.php

Recommend this page to a friend!
  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: 19 years ago
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() ;

?>