| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2020-10-02 17:02:20 +08:00
										 |  |  | include 'NoDirectPhpAcess.php'; | 
					
						
							|  |  |  | ?>
 | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-10-02 17:02:20 +08:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | include 'Header.php'; | 
					
						
							|  |  |  | ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <div class="row"> | 
					
						
							| 
									
										
										
										
											2021-10-20 23:14:33 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-10-02 17:02:20 +08:00
										 |  |  |     <div class="col-md-4 list-group" style="margin:auto;"> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-20 23:14:33 +08:00
										 |  |  |         <br> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-20 23:14:33 +08:00
										 |  |  |         <h4 class="list-group-item active"> Please fill in each field below </h4> | 
					
						
							|  |  |  |         <div class="list-group-item"> | 
					
						
							| 
									
										
										
										
											2020-09-29 17:38:14 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-20 23:14:33 +08:00
										 |  |  |             <div class="panel-body"> | 
					
						
							| 
									
										
										
										
											2020-09-29 17:38:14 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-11-27 23:02:44 +08:00
										 |  |  |                 <form method="post" action="Script.php" id="signup_frm"> | 
					
						
							| 
									
										
										
										
											2021-10-20 23:14:33 +08:00
										 |  |  |                     <input type="hidden" name="frm_signup_2" value="true" /> | 
					
						
							|  |  |  |                     Full Name | 
					
						
							| 
									
										
										
										
											2021-11-27 23:02:44 +08:00
										 |  |  |                     <input type="text" name="fullname" placeholder="Your full name" class="form-control" value="<?php echo $_SESSION['user_fullname']; ?>" required="required" id="funame"/> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-20 23:14:33 +08:00
										 |  |  |                     Student ID | 
					
						
							| 
									
										
										
										
											2021-11-27 23:02:44 +08:00
										 |  |  |                     <input type="text" name="user_student_id" placeholder="Entre your student ID" class="form-control" value="<?php echo $_SESSION['user_student_id']; ?>" required="required" id="std_id"> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-20 23:14:33 +08:00
										 |  |  |                     Email | 
					
						
							| 
									
										
										
										
											2021-11-27 23:02:44 +08:00
										 |  |  |                     <input type="text" name="email" placeholder="Email" class="form-control" value="<?php echo $_SESSION['user_email']; ?>" required="required" id="email" /> | 
					
						
							| 
									
										
										
										
											2020-10-02 17:02:20 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-20 23:14:33 +08:00
										 |  |  |                     Password (<i>must include uppercase and lowercase letters, digits and special characters</i>) | 
					
						
							| 
									
										
										
										
											2021-11-27 23:02:44 +08:00
										 |  |  |                     <input type="password" class="form-control" name="password" placeholder="Enter password" required="required" id="pass1" /> | 
					
						
							| 
									
										
										
										
											2020-10-02 17:02:20 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-20 23:14:33 +08:00
										 |  |  |                     Confirm Password | 
					
						
							| 
									
										
										
										
											2021-11-27 23:02:44 +08:00
										 |  |  |                     <input type="password" class="form-control" name="confirmpassword" placeholder="Confirm password" required="required" id="pass2" /> | 
					
						
							| 
									
										
										
										
											2021-10-20 23:14:33 +08:00
										 |  |  |                     <br> | 
					
						
							| 
									
										
										
										
											2021-11-27 23:02:44 +08:00
										 |  |  |                     <input type="submit" class="btn-primary" value="Sign up" id="sign_btn"> | 
					
						
							| 
									
										
										
										
											2021-10-20 23:14:33 +08:00
										 |  |  |                     <?php | 
					
						
							|  |  |  |                     error_reporting(E_ALL); | 
					
						
							|  |  |  |                     if (isset($_SESSION['info_signup2'])) { | 
					
						
							|  |  |  |                         echo  '<hr><div class="alert alert-danger" role="alert">' . $_SESSION['info_signup2'] . '</div>'; | 
					
						
							|  |  |  |                         $_SESSION['info_signup2'] = null; | 
					
						
							|  |  |  |                     } | 
					
						
							|  |  |  |                     ?>
 | 
					
						
							|  |  |  |                 </form> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2020-09-26 20:08:39 +08:00
										 |  |  | </div> | 
					
						
							| 
									
										
										
										
											2020-12-25 16:59:47 +08:00
										 |  |  | <style> | 
					
						
							| 
									
										
										
										
											2021-10-20 23:14:33 +08:00
										 |  |  |     /*------------------------------------------------------------------ | 
					
						
							| 
									
										
										
										
											2020-12-25 16:59:47 +08:00
										 |  |  | [ Login Button ]*/ | 
					
						
							| 
									
										
										
										
											2021-10-20 23:14:33 +08:00
										 |  |  |     .btn-primary { | 
					
						
							|  |  |  |         color: white; | 
					
						
							|  |  |  |         border-radius: 5px; | 
					
						
							|  |  |  |         text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); | 
					
						
							|  |  |  |         background: rgb(75, 184, 240); | 
					
						
							|  |  |  |         padding: 5px 105px; | 
					
						
							|  |  |  |         font-family: Poppins-Regular; | 
					
						
							|  |  |  |         font-size: 23px; | 
					
						
							|  |  |  |         line-height: 1.5; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | </style> |