I need to parse an HTML file for certain information. Like the text between <title></title>.

So if the html was ...

<html>
<head>
<title>The page</title>
</head>

<body>

Lots of code .................

</body>
</html>

I would just like the "The page" text.

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to