Código PHP:
function parsetext($texto){
for ($i=0;$i<=$texto.length();$i++){
if ($texto[$i] == "<"){
}
}
}
¿Me hago entender?
Salu2

| ||||
Parsear texto Hola estoy parseando un texto para ver si existe algun http dentro de el texto y luego sustituirla a la hora de mostrar las cosas desde la BD. La función es esta: Código PHP: ¿Me hago entender? Salu2 ![]()
__________________ Ing. Reynier Pérez Mira |
| ||||
Mira estas funciones: http://www.php.net/str_replace http://www.php.net/ereg (Y similares) un saludete. |