Thread
:
Script to control all outgoing links for multiple website
View Single Post
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
View Public Profile
Find More Posts by fluffygrrl