<?php $title="http://hosts.co.il"; $title=file_get_contents($title); $title=explode("<title>", $title); $title=explode("</title>", $title[1]); $title=$title[0]; ?>