/home/techb158/workloadmatch.com/workloadmatch.com/Teacher
NameSizeModeActions
Inc/-0755rm
accounting - Backup.php208030644editdlrm
accounting.php219310644editdlrm
addclient.php123170644editdlrm
changestatus.php8930644editdlrm
checkAvailability.php8750644editdlrm
dashboard.php108020644editdlrm
error_log100450644editdlrm
followup.php213620644editdlrm
footer.php158100644editdlrm
getlang.php2940644editdlrm
index2.php201140644editdlrm
main-header-inc.php10520644editdlrm
main-header.php65880644editdlrm
profile.php177500644editdlrm
reference - Copy.php247260644editdlrm
reference.php215340644editdlrm
reference_list.php56960644editdlrm
reference_reports.php97070644editdlrm
reports.php212230644editdlrm
secretarial.php215250644editdlrm
selectbrokers.php41220644editdlrm
selectTransactionType.php5710644editdlrm
Transaction_Type.php13440644editdlrm
updateclient.php140890644editdlrm
updatereference.php321340644editdlrm
Update_Reference_Follow_Up.php73840644editdlrm
users.php49190644editdlrm
Edit: /home/techb158/workloadmatch.com/workloadmatch.com/Teacher/main-header-inc.php (1052B)
prepare('SELECT * FROM Teacher_Profile WHERE Teacher_ID = ?'); $stmt->bind_param('s', $user_n); $stmt->execute(); $result = $stmt->get_result(); $row = $result->fetch_assoc(); $count =$result->num_rows; if ($result->num_rows > 0) { if($count > 0) { $query = "SELECT * FROM Teacher_Profile Where Teacher_ID ='".$user_n."'"; $result = $mysqli->query($query); $row = $result->fetch_assoc(); $Master_ID = $row['Master_ID']; $Manager_ID = $row['Manager_ID']; $Teacher_ID = $row['Teacher_ID']; $User_img = $row['User_Img']; $FName = $row["First_Name"]; $LName = $row["Last_Name"]; $RegisterTime = $row["Register_Time"]; $My_Name = $FName .' '. $LName; $prof_lang = $row["prof_lang"]; $Note = $row["Note"]; $Profile_Status = $row["Profile_Status"]; language($prof_lang, $mysqli); } }else{ echo BlacklistIP($page,$user_n,$My_Name,$mysqli); include '../authorized.php'; exit; } ?>