: Since your index is PHP, all you need is to modify the link using PHP. So, in your index.php between the HTML you would have something like: <a href="affiliate.com/my_affiliate_code_here_<?php
Since your index is PHP, all you need is to modify the link using PHP.
So, in your index.php between the HTML you would have something like:
<a href="affiliate.com/my_affiliate_code_here_<?php echo $_GET['id']; ?>">Link Text</a>
So, when someone goes to:
index.php?id=test1
The link would go to affiliate.com/my_affiliate_code_here_test1
That's it! Any script you would find to do this would me more hassle.
More posts by @Frith620
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.