prepare("SELECT * FROM golden_triangle WHERE id = ?"); if (!$stmt) { die("Prepare failed: (" . $conn->errno . ") " . $conn->error); } $stmt->bind_param("i", $id); $stmt->execute(); $result = $stmt->get_result(); if (!$result || $result->num_rows === 0) { echo "
Tour package not found.
Price: ₹