Hi i am new and thank you for the community. I have problem with clients checking the referring websites from the traffic i am sending them so i put this code on a buffer page and they are still able to see the page before here is the code i used:
<?
header("location: http://www.NoseyClient.com");
?>
I was hoping that this would show them the Referring URL i wanted them see but it skipped my PHP buffer page is there a way in PHP to block Referring URL from the Client?
Best Regards and Thank You