function ara($bas, $son, $yazi)
{
@preg_match_all('/' . preg_quote($bas, '/') .' (.*?)' . preg_quote($son, '/') .'/i' , $yazi, $m);
return @$m[1];
}
$link = "https://flarumtr.com";
$icerik = file_get_contents($link);
$baslik = ara('','',$icerik);
echo 'Cevapla = '.$baslik[0];
?>
veri çekmek için böyle bir kod yazdım fakat "Notice: Undefined offset: 0 in D:\xampp\htdocs\bot\index.php on line 13" böyle bir hata alıyorum nasıl düzeltebilirim