Skip to main content
[insert_php] include ‘reservas/includes2.php’;
$fechita = $_GET[‘fechita’];
if (empty($fechita)){
$fechita = date(‘Y-m-d’, strtotime($current_date . «+1 days»));
}
$user_id = get_current_user_id();
global $wpdb;
$servername = «localhost»;
$username = «reservas_mucha»;
$password = «resermuchaCc»;
$dbname = «reservas_mucha»;
$mydb = new wpdb($username,$password,$dbname,$servername);
$tabla1 = $mydb->get_results(«SELECT `AUTO_INCREMENT` FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = ‘reservas_mucha’ AND TABLE_NAME = ‘RESERVAS'»,ARRAY_N);
$num = $tabla1[0][0];
[/insert_php]
[insert_php]echo ««;[/insert_php]

Títular de reserva:

Nombre completo (obligatorio)
Email (obligatorio)
Teléfono (obligatorio)

Reserva:

Volver atras