IceNine Rated XXX
|
Posted: Tue, 21 Dec 2004 15:41:00 Post Subject: |
|
|
Code: | $html_content = file_get_contents('example.html');
preg_match("/<title>(.*)<\/title>/i", $html_content, $match);
$title = $match[0]; |
That should work for you. _________________
A letter to a soldier |
|