##En Headers se pueden incluir detalles relativos al header para esta seccion del sitio $HEADERS = ''; //$CONTENIDO2 = file_get_contents( $_SERVER["DOCUMENT_ROOT"].'/sitio/htmls/contacto.html'); $CONTENIDO = '
Teléfonos Buenos Aires: +54 11 4384 5753 Región Centro: +54 2293 438292 Patagonia: +54 2944 1559 9889 Dirección Postal Colombia 36 - B7001HRB - Tandil Buenos Aires - Argentina Contacto OnLine consultas@bottonline.com http://www.bottonline.com Envíe su CV cv@bottonline.com
'; if (isset($_REQUEST['enviamos'])) { if (($_REQUEST['nombre']=='')or($_REQUEST['empresa']=='')or($_REQUEST['correo']=='')or($_REQUEST['telefono']=='')or($_REQUEST['comentario']=='')){ } else { $enviado='ok'; } } if ($enviado=='ok'){ $headers = "Content-Type:text/html; charset=iso-8859-1\r\n"; $headers .= "From: ".$_REQUEST['empresa']." - ".$_REQUEST['nombre']."