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