Basically, I need to get the text between two span tags, and I've tried a bunch of different methods with no solution. I'm using Simple HTML DOM Parser (http://simplehtmldom.sourceforge.net/) too, so what I can do is a little restricted to. Here is the basic setup:
<span class=1>text here</span> TEXT I NEED TO GET <span class=2>more text</span>
Any help?