- Joined
- Jul 2, 2002
- Messages
- 2,883
- Reaction score
- 9
I'm trying to parse info from a remote site but my script isn't grabbing everything it should. My script grabs info between certain specific html tags. The script is not picking up the paired tags when they are split on two line.
eg.
<tag>grabs this ok</tag><tag>grabs this ok</tag><t
ag>does not grab this</tag>
Can anyone help me out?
Thanks.
eg.
<tag>grabs this ok</tag><tag>grabs this ok</tag><t
ag>does not grab this</tag>
Can anyone help me out?
Thanks.