will that work if I use any text for the replacement?
Here's the thing - I was promoting one sponsor for a long time, and they ended up burning me. To avoid this trouble in the future, I'm now using this instead of an actual hardlink:
<?php include('full/path/to/sponsor.php'); ?>
where sponsor.php is simply a file with one line in it - my current affiliiate link.
So I am effectively replacing this:
<a href="http:juicybucks.com/owesme3k/andwontpay.php">link text</a>
with this:
<a href="<?php include('full/path/to/sponsor.php'); ?>">link text</a>
I'm assuming it will work fine, but just to be sure and to get an extra dig into the deadbeat fucks that inspired this thread
