search engine in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
subhash_garai
Forum Newbie
Posts: 12
Joined: Mon Mar 27, 2006 8:09 am

search engine in php

Post by subhash_garai »

please let me know how can i get a search engine using php codes
User avatar
cyberpunk71
Forum Newbie
Posts: 2
Joined: Fri Apr 07, 2006 7:47 am
Location: Knoxville, TN USA

Search Engine

Post by cyberpunk71 »

Explain more what you need. There are plenty of web search engines written in PHP. Like PHPDig.
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

or have a look at the Lucene implementation of the Zend Framework: http://framework.zend.com
Post Reply