I usually just call the URL as a file and load with file(); and all the lines in their source, are in an array.
ie.
$site = file(http://url.goes.here/);
then just go through the array, and look for <title>
and
</title>
and find which key's hold both of those, and call everything in between.
Good Luck
Craig