$file=@file_get_contents($url);
if ($file == false) {
echo 'File does not exist.'; } else {preg_match("#<title\b[^>]*>(.*?)</title>#i",$file,$match);...}
Pirmā problēma ir tāda, ka gadijumā ja $url=http://www.facebook.com; ,tad $file == FALSE , bet, piemēram,
http://www.facebook.com/find-friends/browser/ $file != FALSE vai kāds var paskaidrot kāpēc facebook, index.php failu, neizdodas nolasīt!
Un otrā problēma ir tāda, ka, piemēram, http://www.facebook.com/find-friends/browser/ lapai $match[0] ir tukš, un $match[1] == 'Update Your Browser | Facebook';