$sayfa = file_get_contents('$url');
Yerine;

$sayfa = file_get_contents($url);
Olmalı.