Skip to content

Instantly share code, notes, and snippets.

View nedevl's full-sized avatar

Adrian N. nedevl

  • Bucharest, Romania
View GitHub Profile
@nedevl
nedevl / backlinkchecker.php
Last active October 1, 2020 14:40
A useful function written in PHP to check whether a website has a backlink to yours and if it is a Google Friendly one.
<?php
/*
* $backlink - the link we are looking for
* $url - the website against we are checking the $backlink
*
*/
function backlinkCheck($backlink, $url) {