Dosyayı okutup forecah ile bu şekilde alabilirsiniz.
$query = ''; // link buraya
preg_match('/adress=([^&]+)/', $query, $matches);
if(isset($matches[1])){
$address = $matches[1];
echo "Adres: " . $address;
} else {
echo "Adres parametresi bulunamadı.";
}
query içerisine txt yolunu mu göstereyim hocam ?