Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/06/2009, 05:41
Avatar de Triby
Triby
Mod on free time
 
Fecha de Ingreso: agosto-2008
Ubicación: $MX->Gto['León'];
Mensajes: 10.106
Antigüedad: 16 años, 3 meses
Puntos: 2237
Respuesta: Php contacto error

La solucion la tienes integrada en tu codigo:

Código php:
Ver original
  1. // Strip \r and \n from the email address
  2.    $_POST['email'] = preg_replace("\r", "", $_POST['email']);
  3.    $_POST['email'] = preg_replace("\n", "", $_POST['email']);
  4.  
  5. //*****COMMENT: if you have problems with the lines 40/41, replace these for:
  6. //$_POST['email'] = str_replace("\r", "", $_POST['email']);
  7. //$_POST['email'] = str_replace("\n", "", $_POST['email']);//*****

Traduccion de: COMMENT: if you have problems with the lines 40/41, replace these for:
Si tienes problemas con las lineas 40/41, reemplazalas por:

En tu caso son las lineas 44 y 45, solo cambia preg_replace por str_replace y listo.
__________________
- León, Guanajuato
- GV-Foto