Re: [PHP] Search engine php/mysql

2001-06-20 Thread Greg Donald
Hello list, I am coding a search engine that allow indexing and searching internet sites based on php/mysql. My problm is: How can i index a given site, I mean: input: URL, like http://www.blabla.com/ Output: meta, body content, description that will be stored in a tables. Regular expressi

Re: [PHP] Search engine php/mysql

2001-06-20 Thread Chris \"TunkeyMicket\" Watford
That poses a problem, it is easy to do for your own site [opendir], but other sites you'd have to open the html file [fopen], search for links, and add them to a list to spyder, grab the meta tags from the current page, then goto the next site in the spyder list. array_push to add to the end