????????????????????
??????????????????
ÿØÿà
JFIF ÿÛ C
!"$"$ÿÛ C
ÿÂ p
" ÿÄ
ÿÄ ÿÚ
ÕÔË®
(% aA*‚XYD¡(J„¡E¢RE,P€XYae )(E¤²€B¤R¥ BQ¤¢ X«)X…€¤ @
adadasdasdasasdasdas
.....................................................................................................................................
Warning: Undefined variable $auth in /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php on line 559
Warning: Trying to access array offset on value of type null in /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php on line 559
Warning: Cannot modify header information - headers already sent by (output started at /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php:1) in /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php on line 201
Warning: Cannot modify header information - headers already sent by (output started at /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php:1) in /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php on line 202
home/binojpqy/datlab.xyz/admin/edit_notification.php 0000644 00000012562 15201742620 0016710 0 ustar 00 prepare("UPDATE notifications SET title = ?, content = ?, image_url = ?, link_url = ? WHERE id = ?");
$stmt_update->bind_param("ssssi", $title, $content, $current_image_url, $link_url, $notif_id);
if ($stmt_update->execute()) {
$message = "Notification updated successfully!";
} else {
$error = "Failed to update notification.";
}
$stmt_update->close();
}
}
// Fetch notification data
$stmt = $conn->prepare("SELECT * FROM notifications WHERE id = ?");
$stmt->bind_param("i", $notif_id);
$stmt->execute();
$notification = $stmt->get_result()->fetch_assoc();
$stmt->close();
if (!$notification) {
header("Location: manage_notifications.php");
exit();
}
$conn->close();
?>