AV1611 Posted December 4, 2006 Share Posted December 4, 2006 OKI know how to parse out a web page line by line and display or save as records... but I need to do something much simpler... but I don't have a clue how...I simply want to search a web page for a string... i.e. I want to find the string "name of our team" so I know when that string is on the site... then I can send an email, etc... I just don't know how to search a whole page for an exact string??? That's It... Link to comment https://forums.phpfreaks.com/topic/29440-search-a-new-page/ Share on other sites More sharing options...
drifter Posted December 5, 2006 Share Posted December 5, 2006 file_get_contents()preg_match() Link to comment https://forums.phpfreaks.com/topic/29440-search-a-new-page/#findComment-135300 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.