For example as in facebook we post a link and then it shots up the title, description and such stuffs!!
|
|
|
<?php
$url = "http://forum.codecall.net/php-forum/38087-how-load-information-page.html";
$file = implode("", file($url));
preg_match("/<title>(.+)<\/title>/i", $file, $title);
echo "<b>The title is:</b> " . $title[1];
0 members, 1 guests, 0 anonymous users