Capturing URL Vars
Hi, is there any way for me to capture URL variables and then add them to the affiliate URL?
So adding PHP like this to "loop-coupon.php" to get the variable:
<? $kwd=@$_GET['keyword']; ?>
Then adding that var to the URL like this:
<?php echo "https://tracker.info/go.php?keyword=" . $kwd; ?>
How do I get the DESITINATION URL to read this PHP?