prepare($sql); $stmt->bind_param("s", $transaction_id); $stmt->execute(); $result = $stmt->get_result(); $boletos = $result->fetch_all(MYSQLI_ASSOC); ?>
No hay boletos registrados para esta compra.
Concierto: = $boleto['concierto'] ?>
Hora: = $boleto['hora'] ?>
Zona: = $boleto['zona'] ?>
Asiento: = $boleto['numero'] ?>
Precio: $= number_format($boleto['precio'], 2) ?>
Fecha de compra: = $boleto['fecha_venta'] ?>