hi i am working on a project . in this project i need another websites meta content. here is an example
this is remote websites meta content
<meta content="Kültür Sanat Edebiyat Portalı. Geniş Türkçe şiir ve şair arşivi. Yarışmalar, şiir etkinlikleri, sanat haberleri. Kitaplar ile ilgili geniş ve detaylı tanıtımlar. Resim tiyatro sergi." name="description">
i tried php file_get_contents
<?php
$homepage = file_get_contents('http://antoloji.com/');
echo $homepage;
?>
but coulnot find a way how to take only meta content (description part) thank you for your advice