if (!$areaname) $areaname=$_GET["areaname"]; require_once('au_icur_pars.php'); if (!isset($register_type)) $register_type='online'; function print_message($rcode) { if ($rcode==1) {print ' You have not filled the forms out correctly. Please return and try again.';} if ($rcode==2) {print ' That is not a valid email address. Please, try again.';} if ($rcode==3) {print ' The passwords you entered do not match, Please, try again.';} if ($rcode==4) {print ' Your password must be between 6 and 16 characters. Please try again';} if ($rcode==5) {print' That username is taken! Try again.';} if ($rcode==8) {print ' Type in username and password without special characters!';} } ?>
|
|
|