Mega Code Archive

 
Categories / Php / Code Snippets
 

Display meta tags from another site

<?php $searchmeta1 = get_meta_tags("http://example"); echo ($searchmeta1["description"]); echo ("<br>"); echo ($searchmeta1["keywords"]); ?>