Fix bug 430
							parent
							
								
									162de63b4d
								
							
						
					
					
						commit
						5bbd812189
					
				|  | @ -119,7 +119,7 @@ if (!empty($_POST["form_signup"])) { | |||
| if (!empty($_POST["form_signup"])) { | ||||
|     $fullname = mysqli_real_escape_string($con, $_POST["fullname"]); | ||||
|     $student_id = mysqli_real_escape_string($con, $_POST["user_student_id"]); | ||||
| <<<<<<< HEAD | ||||
| 
 | ||||
|     $email = mysqli_real_escape_string($con, $_POST["email"]); | ||||
|     $password = mysqli_real_escape_string($con, $_POST["password"]); | ||||
|     $confirmpassword = mysqli_real_escape_string($con, $_POST["confirmpassword"]); | ||||
|  | @ -168,13 +168,11 @@ if (!empty($_POST["form_signup"])) { | |||
|         return; | ||||
|     } | ||||
| 
 | ||||
| ======= | ||||
|     $_SESSION['user_fullname'] = $fullname; | ||||
| 
 | ||||
|     $_SESSION['user_type'] = "Student"; | ||||
|     $_SESSION['user_email'] = $email; | ||||
|     $_SESSION['user_student_id'] = $student_id; | ||||
| 
 | ||||
| >>>>>>> fde44f76006082d6bda9431727d06cbd23a134be | ||||
|     // apply password_hash()
 | ||||
|     $password_hash = password_hash($password, PASSWORD_DEFAULT); | ||||
|     $sql = "INSERT INTO `users_table`(`Email`, `Password`, `Full_Name`, `UserType`, `Student_ID`) VALUES " | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue