I'm not exactly certain what you are doing. Is the visitor supposed to click the "link"? If so, you would just do this:
If you want to place it INSIDE the PHP code:
PHP Code:
echo "<a href=\"https://network.synerwhatever.net/blah\">Your Link Text</a>";
*Sorry, I don't have my syntax checker to verify that all the quotation marks and stops are placed correctly.
OUTSIDE the PHP code:
<a href="https://network.synerwhatever.net/blah">Your Link Text</a>
But, I don't see what use a text link would be if you are trying to track traffic. I bet the synervation people will provide a javascript code to use on your site.
I hope this helps.
Last edited by neorunner : 05-16-2007 at 01:31 PM.
|