Hello, What i need done: I send traffic to a landing page "index.php" with a string like ?mb=03&ad=xxx&kw=xxx, than i echo these strings on the web page to each link on the site like redirect.php?mb=03&ad=xxx I use more parameters, check the PHP File. The redirect file is attached in the project details (Check the file). Now if mb=03 it redirects to 1 link, if it is "04" it goes to a different link. But the sites i redirect them to see where the traffic is comming from and they see my web site url. I want to recode the redirect.php for it to be a "double meta redirect (check this: http://www.tareeinternet.com/forum/free-scripts/2024-blank-referrer-double-meta-refresh.html" and hide both my URL and the traffic source, so that they see "google.com" as referral or which ever site url i use. But that my site is 100% anonymous I need everything to be within 1 file, the redirect.php file! I need the PHP programmer to show me proof that the redirect works and that it shows the "referral link". -------------------- Tracking102.js I include this JS file with the string below. <script src="tracking102.js" type="text/javascript"></script> (I had to rename it to .php to be allowed to upload it). In the tracking there is a link which i choose where it should redirect to, i need to add these variables to this URL: ?mb=08&ad=acai1&aff=adi F.eks when i go to index.php?mb=08&ad=acai1&aff=adi I have the variables there sent, than what i would need maybe is to ECHO it here <script src="tracking102.js" type="text/javascript"></script> after the .js?mb=xxx Than echo it again within the tracking102.js file, so it gives these variables further to the next page. I need this done as soon as possible. Thanks!