أعضاء «= htmlspecialchars($department) ?>» الآخرين
prepare(
"SELECT ID, name, role, picture
FROM team
WHERE ID != ? AND department = ?
ORDER BY ID"
);
$otherStmt->bind_param("is", $memberId, $department);
$otherStmt->execute();
$others = $otherStmt->get_result();
if ($others->num_rows === 0) {
echo "