"; echo ""; echo ""; echo ""; echo "
Registration Request
"; echo "
"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
* Full Name"; echo ""; echo "
* Email"; echo ""; echo "
* Contact Number"; echo ""; echo "
* 8-Digit code (from program)"; echo ""; echo "
* 4-Digit code (on CD Box)"; echo ""; echo "
"; echo "* Required fields"; echo "
"; echo ""; echo "
"; } if (isset($submit)){ if ($user_name=="" || $user_email=="" || $user_tel=="" || !is_Numeric($user_eight) || !is_Numeric($user_four) || strlen($user_eight)!==8 || strlen($user_four)!==4){ echo "

Invalid Data - Please verify that ALL fields are completed correctly

[ Back ]
"; }else{ $input=floor($user_eight*(3987654321/1000000000)); $strKey=substr($input,-8); $strKey=$strKey."9900900"; for ($i=0;$i"; $name_client = "abc to passing"."<$client_email>"; $headers = "From: $name \r\n"; $headers .= "MIME-Version: 1.0\n" . "Content-type: text/html; charset=iso-8859-1"; $ok_teemu = @mail($client_email, $subject, $message, $headers); $headers = "From: $name_client \r\n"; $headers .= "MIME-Version: 1.0\n" . "Content-type: text/html; charset=iso-8859-1"; $ok_user = @mail($email_user, $subject, $message, $headers); if ($ok_user){ echo "


Your registration code has been successfully sent
"; }else{ echo "


Your registration code has not been successfully sent
"; } // end mail }else{ echo "

Your request could not be fulfilled - Please try again

[ Back ]
"; } } } ?>

Homepage