...
How to match the html inside(including) in PHP? I need a
in PHP? I need a
I need a
// Create DOM from URL $html = file_get_html('http://example.org/'); echo $html->find('div.begin', 0)->outertext;
http://simplehtmldom.sourceforge.net/manual.htm