Basit PHP sorgusu ile yapılabilir. <?php
$url=file_get_contents("@LİNKADRESİ");
preg_match_all('@<a href="@LİNK">(.*?)</a>@si', $url, $kontrol);
$sonadim=implode("", $kontrol[1]);
$say=$sonadim;
if(!empty($say)){
echo "$sonadim link mevcut.";
}
else{
echo"$sonadim yazısında link mevcut değil.";
}
?>Detay;
PHP ile link kontrol etme