hai i want to know what are the languages needed to develop a search engine?
hai i want to know what are the languages needed to develop a search engine.i wnat to develop my own search engine(web,local,jobs,people,images,videos).how to develop asearch engine(i mean what are the computer languages and sunjects we must learn to develop ainternet search engine like (google,yahoo)
Public Comments
- php and perl are two places to start with. More here: http://www.google.com/search?q=make+your+own+search+engine&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
- You need to gather data from other sites: you can use many languages for it. I'd use C++, but Perl might do as well. You need to store data in a database so you need a language to manipulate that database: SQL. On the server you need to process the requests from the clients: PHP. The web pages need to be created: HTML or better still: XML and CSS. Possibly also JavaScript.
Powered by Yahoo! Answers