ดึงจาก manual มาเลยหุหุ
<?php
$tags = get_meta_tags('http://www.example.com/');
echo $tags['author'];
echo $tags['keywords'];
echo $tags['description'];
?>
December 16th, 2007
admin | 512 viewsดึงจาก manual มาเลยหุหุ
<?php
$tags = get_meta_tags('http://www.example.com/');
echo $tags['author'];
echo $tags['keywords'];
echo $tags['description'];
?>