Page is a not externally linkable
- Marketing and Biz Dev
-- Cloaking
---- Cloaking URL using 2 different methods


aced84 - 4:47 am on Jun 6, 2009 (gmt 0)


I noticed a small difference between the code I found and the code which you've provided, enigma1, I have tried both, and they both worked.

Note the difference in the bolded area part.

<?php
$url =
"YourFullAffiliateURL";
header("Location: $url");
exit();
?>

============================================================

<?php
$url =
"YourFullAffiliateURL";
header("Location: " . $url);
exit();
?>

So it's ok if I am going to use your code, right ?


Thread source:: http://www.webmasterworld.com/cloaking/3925557.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com