Anywho I have been searching and searching and I cant seem to find any code on what I am trying to do.
Basically all I want is a function that will look at a web page and tell me if a phrase is present or not. I think I would have to use a regular expresion but that stuff just confuses me.
For example
Function
If phrase "google" is on http://www.google.com
else
Just something that simple. I know it can be done in just a few lines of code but I am clueless.
Any help?
Aaron