![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
11/03/2006, 06:03
|
![Avatar de gonzalezmfrank](http://static.forosdelweb.com/customavatars/avatar109517_1.gif) | | | Fecha de Ingreso: julio-2005 Ubicación: Maracaibo - Venezuela
Mensajes: 266
Antigüedad: 19 años, 6 meses Puntos: 0 | |
Resuelto......
colocando un array
$protect = array(
"<" => "<",
">" => ">",
"&" => "&",
"\"" => """,
"'" => "'",
"\n" => " ",
"\t" => " ",
"\r" => " ",
"\0" => " ",
"\x0B" => ""
);
y luego
$texto_largo = strtr($row[detalle],$protect);
Saludos...
Frank |