Pull meta and title from a page using PHP
By Robin / Mar 17th, 2008 / Category: , Library, Programming, TutorialsThis is a simple PHP script I compiled for a little side project.
The script returns the title and meta data of a page by using a function called ‘get_meta_tags’ and a string search for the title.
I imagine it is similar to what many social bookmarking sites and content aggregators do to pull information when registering a site or [...]




