View Single Post
Old 06-15-2007, 06:07 PM  
fluffygrrl
So Fucking Banned
 
Join Date: May 2006
Posts: 2,187
in each website stick a <?php include control_script.php ?> where the link should come out. then make the control_script.php something like this

<?php
$link='<a href='.$some_stuff_where_we_decide_what_the_link_s hould_be;

echo $link;
?>
fluffygrrl is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote