Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/12/2008, 21:27
PaolaRom
 
Fecha de Ingreso: noviembre-2008
Ubicación: Santiago del Estero-Argentina
Mensajes: 17
Antigüedad: 15 años, 5 meses
Puntos: 0
Pregunta Respuesta: Ayuda:Proces Formulario utilizando funcion Mail!!

la linea 35 es IF...MAIL y la linea 39 es HEADER (LOCATION:CONTACTO_ERROR)
Código PHP:
if ( mail ('[email protected]'Recibiste un mensaje a través del formulario de contacto de tu sitio' $cuerpo ) ) {
header ('Location: contacto_exitoso.php' );
die;
} else {
header ('Location: contacto_error.php' ) ;
die;

Saludos.