Hii..I am trying to built an search engine in php as it is my project..I have a doubt that it will require any other languages like .net,java...etc. BUt i have no idea about java or .net. I only know about C,C++,My sql.. So plz anyone tell me whether it will require any other language or it can be crated with using only php.....Plz tell me soon
Creating a search engine can be done using different programming languages as long as it obeys the proper algorithm in searching or sorting files. Based from my experience, I've used some Php snippets, jquerry and a database. But it can be also created by using php only BUT it will take lots of coding since a program for search engine is very complex.
Your decision is correct,use php and mysql back end. Advantages: -php is easy -ready code is available on internet -if necessary you can get many help from fourm like this.
Keep trying with php. That's a good one and you can do almost all the work necessary for your search engine. You may require some help from other language. In that case, you can take help from someone who know the language for that small task.
You can create it in different ways, the way you want to. But for me, it would be better if you will use php.