Dan911 Posted July 12, 2007 Share Posted July 12, 2007 My goal is to make a search engine that searches a specific list of sites I make(the only example i can think of is something torrentz.com, which searches many torrent sites for a specific torrent) I know I could just use Google, but I would prefer to make my own engine in php. Would it be best to add the info from all the sites i want into a MYSQL database that updates itself,( i know how to search a mySQL database) or are there some commands I could use to search other websites?. Any info is appreciated, even come commands I should look at. Thanks, Noobie D Link to comment https://forums.phpfreaks.com/topic/59722-php-search-engine/ Share on other sites More sharing options...
teng84 Posted July 12, 2007 Share Posted July 12, 2007 you may use the like operator and store the keyword of each site on your db and you can also use soundex Link to comment https://forums.phpfreaks.com/topic/59722-php-search-engine/#findComment-296823 Share on other sites More sharing options...
Dan911 Posted July 13, 2007 Author Share Posted July 13, 2007 but how would i import info from websites into my database? Link to comment https://forums.phpfreaks.com/topic/59722-php-search-engine/#findComment-296894 Share on other sites More sharing options...
scarhand Posted July 13, 2007 Share Posted July 13, 2007 but how would i import info from websites into my database? thats the reason why search engines have robots/spiders. Link to comment https://forums.phpfreaks.com/topic/59722-php-search-engine/#findComment-296923 Share on other sites More sharing options...
Dan911 Posted July 13, 2007 Author Share Posted July 13, 2007 so i would need to create a simplified robot/spider? and can anyone give me any info or links to information that would help me? Link to comment https://forums.phpfreaks.com/topic/59722-php-search-engine/#findComment-296947 Share on other sites More sharing options...
hackerkts Posted July 13, 2007 Share Posted July 13, 2007 Well, you could search for the text on the site, try reading this http://www.the-art-of-web.com/php/parse-links/ Link to comment https://forums.phpfreaks.com/topic/59722-php-search-engine/#findComment-297071 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.