Hello;
I have the following code:
$introtext = ereg_replace("<a href=([>]*)>", "<a href=redirect.php3?op=redir&sid=$sid&url=\1>", $introtext);
now I need to urlencode that \1 to be passed encoded to redirect.php3
Any ideas? Thanks