Php Programming Code Examples Php > Code Snippets Code Examples Display meta tags from another site Display meta tags from another site <?php $searchmeta1 = get_meta_tags("http://example"); echo ($searchmeta1["description"]); echo ("<br>"); echo ($searchmeta1["keywords"]); ?>