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
- Re: [PHP] hopefully easy Didier McGillis
- Re: [PHP] hopefully easy 1LT John W. Holmes
- RE: [PHP] hopefully easy Steven Balthazor
- Re: [PHP] hopefully easy Didier McGillis