hi guys,.... long time no posts(had to write with some exams)
pls i want to create an internet based search engine(like google) and don't know how to go about it...
can somebody pls help me out?
Printable View
hi guys,.... long time no posts(had to write with some exams)
pls i want to create an internet based search engine(like google) and don't know how to go about it...
can somebody pls help me out?
Please take a look at these links:
www.askdavetaylor.com/how_can_i_add_a_google_search_box_to_my_web_site.html
www.google.com/faq_freewebsearch.html
You need a crawler and an index. The crawler follows any links on pages and adds pages to the index as it parses them.
Bear in mind that, due to the decentralised nature of the Web, it is impossible to index everything.