I have a piece of code which uses curl to get a web page and puts it
into a variable.  I now need to search that variable and find
everything between `div class="msgarea"` and the next `/div`

From what I have found elsewhere I think I will need to use a regular
expression but can anyone point me in the right direction as to
exactly how I would go about this?

Cheers

Alan

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

Reply via email to