Jerry Swanson wrote:

I have huge html file.  I want to parse the data and get everything between
<b class="class1"> and <!-- Comments -->

What function is good for this purpose?

TH


preg_match() is a good choice.

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



Reply via email to