View Single Post
Old 2011-04-28, 06:53 PM   #5
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Quote:
Originally Posted by Toby View Post
With hosted freesites you'll also need to use that same PHP coding to add the "?xxxxxx" to the links from one page to the next. If you don't the affiliate code will get lost if the surfer clicks through to the tour from all but the first page.
Do the links to the next page like this.
Code:
<a href="home.php?<?php echo $QUERY_STRING?>">ENTER</a>
Links to galleries,
Code:
<a href="gallery1.php?<?php echo $QUERY_STRING?>">Gallery 1</a>
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote