Cita:
pues solo me toma hasta aqui:http://intranet/cgi_bin/not.pl?6-17917|La%20UCI%20en%20Informática%202004|6-17917.JPG|12/05/2004||noticia
Cita:
el código que estoy usando es estehttp://intranet/cgi_bin/not.pl
Código PHP:
function parseurl($str) {
$str = eregi_replace('(((f|ht){1}(tp|tps){1}://)[-a-zA-Z0-9@:%_+.~#?&//=]+)', '<a href="\1" target="_blank">\1</a>', $str);
$str = eregi_replace('([[:space:]()[{}])([url]www.[/url][-a-zA-Z0-9@:%_+.~#?&//=]+)', '\1<a href="http://\2" target="_blank">\2</a>', $str);
$str = eregi_replace('([_.0-9a-z-]+@([0-9a-z][0-9a-z-]+.)+[a-z]{2,4})','<a href=\"mailto:\1\">\1</a>', $str);
return $str;
}
![Pensando](http://static.forosdelweb.com/fdwtheme/images/smilies/scratchchin.gif)