View Single Post
Old 04-22-2003, 03:58 AM  
Kenneth K
Confirmed User
 
Join Date: Jan 2003
Location: 123Content.com, Denmark
Posts: 459
it will look like this:

PHP Code:
<?php

if (!isset($_SERVER['QUERY_STRING'])) {
  
$wmid "YOUROWNCODE";
} else {
  
$wmid $_SERVER['QUERY_STRING'];
}

?>
http://gallery.com/tgp/index.php?xxxxxx where the xxxxxx are the linking code....

just copy/paste the
PHP Code:
<?php print $wmid;?>
on your page so your link will look like this:

PHP Code:
<a href="http://sponsor.com/affiliateid=<?php print $wmid;?>">CLICK HERE</a>
__________________

123 Content
- Formerly known as 1st Content | ICQ: 128732055
Kenneth K is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote