Mailinglisten-Archive |
Hallo Volker, Thursday, January 04, 2001, 3:53:26 PM, you wrote: >> $text = eregi_replace( "([[:alnum:]]+)://([^[:space:]]*)([[:alnum:]#?/&=])", >> "<a href=\"\\1://\\2\\3\" target=\"_blank\">\\1://\\2\\3</a>", $text); > pft, grausam aber ich tippe mal auf das /a in </a> Es liegt vermutlich an den htmlentities... ohne diesen wird es wie folgt ausgegeben... <<a href="http://www.iks-jena.de/cgi-bin/whois" target="_blank">http://www.iks-jena.de/cgi-bin/whois</a>> mit so: <<a href="http://www.iks-jena.de/cgi-bin/whois>" target="_blank">http://www.iks-jena.de/cgi-bin/whois></a>; Original sieht so aus: <http://www.iks-jena.de/cgi-bin/whois>; $text = nl2br(url_it(htmlentities($text))); function url_it ist das eregi_replace - hannes -
php::bar PHP Wiki - Listenarchive