Quote:
Originally Posted by Toby
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>