Hello everybody!
Could you please give me a sample code how to get the site title and site description of specific site or page.
Sample code?
$the_other_page=file('http://www.example.com/'); preg_match('/expression to match stuff between title tags/', $the_other_page, $title);
Etc. Sample only. Actually doing the work is left as an exercise for the reader.