sheraz Posted May 25, 2009 Share Posted May 25, 2009 my quewstion is that. we can easily search data from database in a website. but if i want to find any line or even a word then how can i do this. i.e how search engines find data on web regarding the written words. Link to comment https://forums.phpfreaks.com/topic/159612-web-searching/ Share on other sites More sharing options...
jxrd Posted May 25, 2009 Share Posted May 25, 2009 They crawl sites and insert stuff they find into a database. So what...are you making the new google? Link to comment https://forums.phpfreaks.com/topic/159612-web-searching/#findComment-841837 Share on other sites More sharing options...
cunoodle2 Posted May 25, 2009 Share Posted May 25, 2009 Look into fopen to open up files. Or Curl to actually open up specific URLs. You could then read the data into files and/or your database. Start small and grow from there. Link to comment https://forums.phpfreaks.com/topic/159612-web-searching/#findComment-841848 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.