芝麻web文件管理V1.00
编辑当前文件:/home/disqkgca/public_html/ksmicc/registration2.php
db_host,$config->db_user,$config->db_pass,$config->db_name); if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } $checkemail = $userobj->checkEmail($con,$_POST['email']); if($checkemail>=1){ $message = '
Email already exist..
'; } $username = $userobj->checkUsername($con,$_POST['username']); if($username>=1) { $message ='
Username already exist..
';} if(empty($message)) { $recordid = $userobj->memberRegistration2($con,$config->site_url); if(is_numeric($recordid)) { header("Location: ".$config->site_url."addreference.php?id=".$recordid); } else { $message = '
'.$recordid['error'].'
'; } } } ob_end_flush(); ?>
Member Registration
Personal Information :
First Name:
Last Name:
Email:
Phone No:
Gender:
Male
Female
Username:
Password:
Home Address:
Postal Code:
Proof of Address:
Upload Photo:
Office Information :
Company:
Job Title:
Office Address:
Office Phone no:
Driving Information :
Do You have Driving License?:
Yes
No
Upload Driving License
Bank Information :
Bank Name
Bank Branch
IBAN NO
Swift Code
Branch Code
Bank Location
Family Information :
Are You Married?:
Select Marital Status
Yes
No
No of Childrens:
Zero
One
Two
Three
Four
Five
Six
Seven
Eight
Nine
Ten
Wife Name
Wife DOB
Wife Photo
Medical History
</textarea>