Quote:
Originally Posted by Symmetrical?
Code:
$sonucal .= "<a href=\"".$forum_url."/archive/index.php/f-$forum_val.html\">".$forum_val."</a>
its not working when click link.
i chanced code with
Code:
$sonucal .= "<a href=\"".$forum_url."/archive/index.php?f-$forum_val.html\">".$forum_val."</a>
now its working .. thnks.
|
yes, with this little modification it works also for me