Hi...
I have the following code:
$introtext = ereg_replace("<a href=([>]*)>", "<a href=redir.php3?op=redir&sid=$sid&url=\1", $introtext);
The idea is to dynamicaly urlencode() the content of \1 in order to pass to a redirection function in another file.
Please, help me... I have a GPL product and don't want to release without this fix.... Please! Please!!!
Thanks in advance for any help.