"; ?> Apartamentos Vista Alhambra
C/Horno de Vidrio nº7
C/ Gloria, nº11
Barrio del Albaycín
18010 Granada
Telf: 958 22 81 24
Móvil: 650 84 04 87
info@vistaalhambra.com
Buildings English Version
To request the booking please fill the form, we'll contact you as soon as possible to confirm its booking.

There are the following errors in your booking:
E-Mail is Compulsory information Invalid E-Mail
* Name:
* E-Mail:
* City:
* Country:
* Telephone number:
* Date of arrival:
* Number of nights:
* Preferred Apartment:
* Number of persons:
Additional information:
* Compulsory information
Privacy Policy

EOD; function checkEmail($name) { global $form; $processorEmail = & new FormProcessor($form); return $processorEmail->checkEmail($name); } $processor =& new FormProcessor($form); if($processor->validate()) { $nombreDestino=''; $direcciondestino='info@vistaalhambra.com'; $nombreOrigen=''; $direccionOrigen='reservas@vistaalhambra.com'; $cabecera="From: ".$direccionOrigen; $urlExito="enviado.html"; $asunto='Reserva recibida desde el portal VistaAlhambra'; $cuerpo='Nombre y Apellidos: '.$_POST['nombre']."\r\n"; $cuerpo=$cuerpo."Direccion: \r\n"; $cuerpo=$cuerpo."Ciudad: ".$_POST['ciudad']."\r\n"; $cuerpo=$cuerpo."Provincia: \r\n"; $cuerpo=$cuerpo."C.P.: \r\n"; $cuerpo=$cuerpo."Pais: ".$_POST['pais']."\r\n"; $cuerpo=$cuerpo."Idioma: \r\n"; $cuerpo=$cuerpo."Email: ".$_POST['email']."\r\n"; $cuerpo=$cuerpo."Telefono: ".$_POST['telefono']."\r\n"; $cuerpo=$cuerpo."Móvil: \r\n"; $cuerpo=$cuerpo."Fax: \r\n"; $cuerpo=$cuerpo."Apartamento elegido: ".$_POST['edificio']."\r\n"; $cuerpo=$cuerpo."Tipo de Apartamento: \r\n"; $cuerpo=$cuerpo."Cama Supletoria: \r\n"; $cuerpo=$cuerpo."Cuna Bebe: \r\n"; $cuerpo=$cuerpo."Fecha de entrada: ".$_POST['fecha_llegada']."\r\n"; $cuerpo=$cuerpo."Hora de entrada: \r\n"; $cuerpo=$cuerpo."N. de noches: ".$_POST['numero_noches']."\r\n"; $cuerpo=$cuerpo."N. de personas: ".$_POST['numero_personas']."\r\n"; $cuerpo=$cuerpo."N. de apartamentos: \r\n"; $cuerpo=$cuerpo."Forma de Pago: \r\n"; $cuerpo=$cuerpo."Informacion adicional: "."\r\n".$_POST['comentario']."\r\n"; $cuerpo=$cuerpo."Codigo Oferta: ".$_GET['codigo_oferta']."\r\n"; mail($direcciondestino,$asunto,$cuerpo,$cabecera); header("Location: ".$urlExito); } else { $processor->display(); } ?>