I'm making this tool which needs some remote info from a HTML site. But this info is "hidden" between sentences/words. An example is a site showing "The day is now day here.", and then I need to parse "day here" into a variable in PHP.
So how can I do that? Thanks in advance.