/home/techb158/workloadmatch.com/workloadmatch.com/Manager
Edit: /home/techb158/workloadmatch.com/workloadmatch.com/Manager/adminreports.php (16219B)
ImmoValet | Dashboard
query("UPDATE Lander SET lander_name='$Lander_Name_Update', Date_Time ='$Date_Time', Note='$Note', Manager_ID_Update='$Manager_name', Register_Date='$datetime' WHERE ID_Lander ='$Lander_ID'")) {
//
// echo "
Notification! Lander info update failure!
";
// }else{
//echo "
Notification!Lander info successfully updated!
";
// }
//////}
}
if (!empty($error_msg)) {
echo $error_msg;
}
if (isset($_GET['error'])) {
$mesg= $_GET['error'];
echo "
Notification! ".$mesg."
";
}
include'main-header-inc.php';
?>