I am doing an application where I want to grab the content of div,which is inside a div.In my application I want to grab the content of <li></li>,
which is inside <ul class="snippet-list"></ul>
.The ul class is inside <div data-analyticsid="related"></div>
.Is there any regular expression like preg_match to grab the data.
Thanks in advance...
(.*?)'", $page_all, $images);. But the problem is there is another
.Thats why I specifically asked the
inside .
– Balu Jun 19 '12 at 06:15