Just a thought, a not yet caffeinated thought mind you, but the <?php echo $QUERY_STRING?> is probably getting "lost" due to all the includes that WP uses to construct pages. Using javascript to read the query string, then write the affiliate codes as needed may work better as it will be client side after the page is assembled. (not sure what that will do in the RSS feed)
Anther option would be a PHP Session variable.
Last edited by Toby; 2006-05-22 at 08:27 AM..
|