Error: no se reciben datos.

‘; exit; } // BLOQUE 1 DE RECOGIDA DE DATOS DEL METODO POST $name = $_POST[‘name’] ?? »; $mail = $_POST[‘mail’] ?? »; $phone = $_POST[‘phone’] ?? »; $total = $_POST[‘total’] ?? »; $price_payed = $_POST[‘price_payed’] ?? »; $remaining_payment = $_POST[‘remaining_payment’] ?? »; // Decodificar el JSON de items $items_json = $_POST[‘items_json’] ?? ‘[]’; $items = json_decode($items_json, true); // Validar JSON if (!is_array($items)) {     $items = []; } ?>

¡GRACIAS POR RESERVAR!

Os esperamos a ti y a tu equipo para realizar la misión secreta, que se os comunicará en cuanto lleguéis al punto de encuentro.


Detalles de la compra

Nombre:

Email:

Teléfono:

Total:

Precio pagado:

Falta por pagar:

ITEMS:

==================================

Nombre Experiencia:

Fecha:

Participantes:

Idioma:

// BLOQUE 3 PARA SER INTERPRETADO POR HERRAMIENTAS DE MARKETING