I need to find a way to parse an html file with php.
the idea here is to read the file eg:
http://www.somesite.com/page.html
Then look for a string eg:
"This text is present "
Then perform an action based on the whether or not that item is present.
The if else logic I am ok with but being a php newbie I dont know how to get the parsing done and evaluating the presence of the string.