I wanted to learn how to create a PHP script that can hide hoplink of clickbank. Anyone know how to do this?
I have absolutely no idea what clickbank is, but if you're trying to "hide" redirects, you could do something like Save this as anyname.php: <?php header('Location: http://affiliateprogramorsomething.clickbank.com/whatever'); ?> PHP: and just link to that page
Make regular postback to your website or any special script on your server like link.php where by query string you post unifimiliar ID and your php scripts check for example in database hoplink accociated to this id and adds by php header( Location: ... for redirect. Like one of those: php . about. com/od/learnphp/ ht/ phpredirection. htm