mmh der hat den anhang nicht genommen
hier noch mal
hier noch mal
$start=microtime(true);
mysql_connect("localhost","root","");
mysql_select_db("test");
$sql="select * from functions where locate(funk,'".mysql_real_escape_string($txt)."')>0";
$hand=mysql_query($sql)or die(mysql_error());
function ersatz($erg){
return $erg[1]."<a href=\"http://de2.php.net/manual/de/function."
.strtolower(str_replace("_","-",$erg[2])).".php\" target=\"_blank\">"
.htmlentities($erg[2])."</a>".$erg[3];
}
while($erg=mysql_fetch_row($hand)){
$txt=preg_replace_callback($pattern, "ersatz", $txt);
}
echo $txt;
echo "<h1>".(microtime(true)-$start)." sec </h1>";
Kommentar