jd2007 Posted July 10, 2007 Share Posted July 10, 2007 Is there a php function to find for a particular word in a site/page ? for example, to find the word 'answers' on www.yahoo.com , is there a function ? Link to comment https://forums.phpfreaks.com/topic/59195-php-help/ Share on other sites More sharing options...
pocobueno1388 Posted July 10, 2007 Share Posted July 10, 2007 You have to use cURL for this, not PHP. Link to comment https://forums.phpfreaks.com/topic/59195-php-help/#findComment-294055 Share on other sites More sharing options...
teng84 Posted July 10, 2007 Share Posted July 10, 2007 hmm sounds like xml and rss but you can read the page of the site and put the value in an array use file_get_contents Link to comment https://forums.phpfreaks.com/topic/59195-php-help/#findComment-294056 Share on other sites More sharing options...
jd2007 Posted July 10, 2007 Author Share Posted July 10, 2007 thank you ! Link to comment https://forums.phpfreaks.com/topic/59195-php-help/#findComment-294096 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.