Hi guys,
I'm looking to parse data out of about 100 pages, all of which have this string of HTML in it:
<span class="cell CellFullWidth"><span class="SectionHeader">EVENT</span><br/><div class="Center">Event Name</div></span>
I'm not very familiar with parsers, so I'm wondering what I should use to extract the "Event Name" from each page that I loop through, and how I should go about doing that.
I looked into Simple HTML DOM but I couldn't quite figure it out. Please help, thanks!