if($_POST['B1']=='Send'){ $nombre = $_POST["nombres"]; $apellido = $_POST["apellido"]; $mail = $_POST["mail"]; $altmail = $_POST["altmail"]; $phone = $_POST["phone"]; $pais = $_POST["pais"]; $estado = $_POST["estado"]; $comentario = $_POST["comentario"]; $como = $_POST["como"]; $header = 'From: ' . $nombre .'<'.$mail."> \r\n"; $header .= "X-Mailer: PHP/" . phpversion() . " \r\n"; $header .= "Mime-Version: 1.0 \r\n"; $header .= "Content-Type: text/plain"; $mensaje = "Nombre: " . $nombre . " \r\n"; if($apellido !=''){ $mensaje .= "Apellido: " . $apellido . " \r\n";} if($mail !=''){ $mensaje .= "Email: " . $mail . " \r\n";} if($altmail !=''){ $mensaje .= "Email Alternativo: " . $altmail . " \r\n";} if($phone !=''){ $mensaje .= "Telefono: " . $phone . " \r\n";} if($pais !=''){ $mensaje .= "Pais: " . $pais . " \r\n";} if($estado !=''){ $mensaje .= "Estado / Region: " . $estado . " \r\n";} if($comentario !=''){ $mensaje .= "Comentario: " . $comentario . " \r\n";} if($como !=''){ $mensaje .= "Como se entero de Nosotros: " . $como . " \r\n";} $para = 'info@chakanatourperu.com'; $para2 = 'chakanatourperu@gmail.com'; $asunto = 'contacto "CHAKANA"'; mail($para, $asunto, utf8_decode($mensaje), $header); mail($para2, $asunto, utf8_decode($mensaje), $header); $Formulario= '
Have a question about one of our trips or destinations or need some help booking a trip? We’re at your service! Simply email or call one of our adventure travel specialists and we’ll get on it right away. In the meantime check out our handy FAQ page, which may help to answer some common questions.
By Phone
Chakana Adventure Travel E.I.R.L.
ADDRESS | : Procuradores Street 366 Office # 101 – Main Square Cusco – Peru |
PHONE | : + 051-084236864 |
Emergency Phones | : 51 – 984228458 or 51 – 968228946 |
Business Hours | : Monday – Saturday from 9 am to 7 pm |
By skype | : chakanatourperu |