Pages: 1
Hey do anybody know how to make a backlink checker which i can add to a webpage so webmasters can easily check backlinks .
Offline
Help with Scripts probably isn't the best place to ask this.Try Advanced Topics.
<?php echo "You came from: ".$_SERVER['HTTP_REFERER']; ?>
Something like that?