Parse Title Description Keywords From A Website

I read the thread: http://www.sitepoint.com/forums/php-34/php-code-get-title-description-keywords-url-639270.html and created a article with full source code on my personal blog about the topic: PHP Parse Title Description Keywords From A Website. Unfortunately, the thread was closed so I can’t share my hard work that’s why I created this thread.

Hope it may helps someone.

[fphp]get_meta_tags[/fphp]

Yes, easiest way to get description and keywords is use get_meta_tags PHP function but if you want to parse Title, you have to write your own function.