Search results

  1. d60eba

    Get your text spinner code here

    Hey all, Ever tried to write a text spinner? Code that will turn {Text 1|Text 2} into Text 1 Text 2 ? Well, I found it pretty tricky. Here's the code I eventually came up with: <? //Save below as spinner.php function create_checked_spin($text,$int=10) { //Check for OK implementation...
  2. d60eba

    HOWTO: Link to rival affiliates, keep your affiliate ID

    Hi, Quick technique that I've found useful for product review sites. WARNING: Requires PHP and some technical faff. (And it only works for cookie-based affiliate tracking). Here's the situation: 1. I say product is good 2. I want to back this up by showing that another site thinks the same as...