Ver Mensaje Individual
  #6 (permalink)  
Antiguo 14/08/2015, 18:02
Avatar de xfxstudios
xfxstudios
 
Fecha de Ingreso: junio-2015
Ubicación: Valencia - Venezuela
Mensajes: 2.448
Antigüedad: 8 años, 10 meses
Puntos: 263
Respuesta: Problema formulario html y php

prueba asi:
Código PHP:
Ver original
  1. $para      = "[email protected]";
  2. $titulo    = "Contacto WEB";
  3. $mensaje   = "AQUI EL MENSAJE";
  4.  
  5. $cabeceras = "MIME-Version: 1.0" . "\r\n";
  6. $cabeceras .= "Content-type: text/html; charset=iso-8859-1" . "\r\n";
  7. $cabeceras .= "From: Contacto WEB, [email protected]" . "\r\n" .
  8.     "Reply-To: [email protected]" . "\r\n" .
  9.     "X-Mailer: PHP/" . phpversion();
  10.  
  11.  
  12. mail($para, $titulo, $mensaje, $cabeceras);
ahora si estas probando en tu localhost crea un servidor de email y si es tu hosting deberia de funcionarte.

aqui para crearte tu serve de email local http://www.forosdelweb.com/f18/aport...local-1132832/
__________________
[email protected]
HITCEL