View Single Post
Old 05-04-2004, 05:11 PM  
V_RocKs
Damn Right I Kiss Ass!
 
Industry Role:
Join Date: Dec 2003
Location: Cowtown, USA
Posts: 32,420
Are you high?

lol

If you are serious, do it in php and before the <html> tag put:

PHP Code:
<?php     
        $ref 
$_GET['ref'];     
?>
then in the links put:

PHP Code:
<?php
print "<a href=http://www.site.com/ref?ref=".$ref.">text</a>";
?>
But first lay off of the sauce so we can understand you...

Last edited by V_RocKs; 05-04-2004 at 05:12 PM..
V_RocKs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote