Ben uzak bir webiste unvanını almak istiyorum, ben bu komut dosyasını kullanın:
function get_remotetitle($urlpage) {
$file = @fopen(($urlpage),"r");
$text = fread($file,16384);
if (preg_match('/<title>(.*?)<\/title>/is',$text,$found)) {
$title = $found[1];
} else {
$title = 'Title N/A';
}
return $title;
}
Ben desenli bir webiste başlık parase zaman
Ama, ben "" olsun. Ben phpMyAdmin bakmak Ama eğer, ben doğru aksan bakın. Ne oluyor?