????????????????????
??????????????????
ÿØÿà
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
prepare("UPDATE support_tickets SET status = ? WHERE id = ?");
$stmt->bind_param("si", $new_status, $ticket_id);
if ($stmt->execute() && $stmt->affected_rows > 0) {
$message = "Ticket has been marked as " . $new_status . ".";
} else {
$error = "Failed to update ticket status or it was already processed.";
}
$stmt->close();
}
}
// Fetch all tickets with user info
$sql = "SELECT t.*, u.name as user_name, u.email as user_email
FROM support_tickets t
JOIN users u ON t.user_id = u.id
ORDER BY t.created_at DESC";
$all_tickets = $conn->query($sql)->fetch_all(MYSQLI_ASSOC);
$conn->close();
?>