Domain to domain restrict page access
Need to restrict access to a page between domains? If your pages are on the same domain, you can use sessions. But what about two different domains? After much experimenting, I present a simple way to restrict page access between domains without a database. EXAMPLE 1: Code for referring domain: <?php
$secretKey = '0101010';
$secondDomainURL = 'https://qikgraphics.com/1/banner/creator.php'; //