Hi,
I am trying to write a web scraper using simplehtmldom. I want to get a tag by searching the contents of the tag. This is the plaintext inside it, not the type of tag. Then once I have the tag by searching for the contents of its plain text I want to get the next tag after that.
How do I find a tag based on its contents? And once I have it how do I find the following tag?
Any Help would be appreciated.
Thanks.