> Hi to all the PHP-Fans out there,
>
> i have a syntax-problem with the folowing preg_replace command:
>
> $returnString = preg_replace("/(href=\")(.+?)(\")/is",
> preg_quote("\\1".ebLinkEncode(."\\2".)."\\3"), $returnString);
>
> i'm trying to call my own function within a preg_replace functio
Hi to all the PHP-Fans out there,
i have a syntax-problem with the folowing preg_replace command:
$returnString = preg_replace("/(href=\")(.+?)(\")/is",
preg_quote("\\1".ebLinkEncode(."\\2".)."\\3"), $returnString);
i'm trying to call my own function within a preg_replace function and it
won't w
2 matches
Mail list logo