Ver Mensaje Individual
  #4 (permalink)  
Antiguo 24/11/2010, 08:46
Hidek1
Colaborador
 
Fecha de Ingreso: octubre-2009
Ubicación: Tokyo - Japan !
Mensajes: 3.867
Antigüedad: 14 años, 6 meses
Puntos: 334
Respuesta: ayuda al usar nl2br y addslashes

probe y no me dio error
Código PHP:
        $string "foo\r\nbar";
        
$string addslashes($string);
        echo 
$string;
        
$string stripslashes($string);
        
$string nl2br($string);
        echo 
$string
podrias mostrar algo de tu codigo ?
__________________
More about me...
~ @rhyudek1
~ Github