This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* $backlink - the link we are looking for | |
* $url - the website against we are checking the $backlink | |
* | |
*/ | |
function backlinkCheck($backlink, $url) { |