Ok, well actually I don't need the entire querystring anyhow.
on the above code, how would I add two parameters to the code?
How would I add query string, as &id=$ID&var=$var to the below code?
<?php echo "<a href=\"$current_url\"><a href="http://www.whereever.com" target="_blank">[url]http://www.whereever.com[/url]</a>" .$current_url. "</a>"; ?>