/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/profile.php (17750B)
Course Management System | Profile Notification! ".$mesg."
"; } $user_n=$_SESSION['user_id']; $stmt = $mysqli->prepare('SELECT * FROM Teacher_Profile WHERE Teacher_ID = ?'); $stmt->bind_param('s', $user_n); $stmt->execute(); $result = $stmt->get_result(); $count =$result->num_rows; $row = $result->fetch_assoc(); //$query = "SELECT * FROM Teacher_Profile Where Teacher_ID ='".$user_n."'"; //$result = $mysqli->query($query); //$row = $result->fetch_assoc(); $ID = $row['Teacher_ID']; $User_Name = $row['User_Name']; $User_img = $row['User_Img']; $First_Name = $row["First_Name"]; $Last_Name = $row["Last_Name"]; $Full_Name = $First_Name . ' ' . $Last_Name; $RegisterTime = $row["Register_Time"]; $SMS_Carrier = $row["SMS_Carrier"]; $Email = $row["Email"]; $Time_Slot = $row["Time_Slot"]; $Phone = $row["Phone"]; $Note = $row["Note"]; $prof_lang = $row["prof_lang"]; $My_Name = $First_Name .' '. $Last_Name; if($SMS_Carrier != "") { $querye = "SELECT Gateways_ID,Carrier,Country from SMS_Gateways WHERE Gateways_ID='".$SMS_Carrier."'"; $resultw = $mysqli->query($querye); $rowd = $resultw->fetch_assoc(); $Carrier_ID = $rowd["Gateways_ID"]; $Carrier_Name = $rowd["Country"]." (".$rowd["Carrier"].")"; } ?>

User profile picture