is there any php program that search whole site

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
rami
Forum Contributor
Posts: 217
Joined: Thu Sep 15, 2005 8:55 am

is there any php program that search whole site

Post by rami »

i have seen numerous program that is used to search database ..what i want to know is is there any php script or any other program that search whole site find the given keyword

i have seen many application that put all keywords in database of all pages and thentry to search database

is there any script that search website with out database?
single site or my site
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

yes

take a look at http://www.hotscripts.com
rami
Forum Contributor
Posts: 217
Joined: Thu Sep 15, 2005 8:55 am

Post by rami »

Pimptastic wrote:yes

take a look at http://www.hotscripts.com
i browsed through almost 10 pages of search script there downloaded about 10 application
most of them are useless
some use database ,some links with googles,some donot open and are for linux

so being faded by that i have posted this tropic here....

any specifis that any body have used...
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

http://framework.zend.com/manual/en/zend.search.html

is the Lucene port to PHP by Zend. Needs PHP5
opensme
Forum Newbie
Posts: 3
Joined: Mon May 22, 2006 8:25 am

Post by opensme »

If I remember correctly, http://www.tsep.info can work without a database, but you will have to check...
rami
Forum Contributor
Posts: 217
Joined: Thu Sep 15, 2005 8:55 am

Post by rami »

opensme wrote:If I remember correctly, http://www.tsep.info can work without a database, but you will have to check...
thanks
b ythe way seems like it is good application
but zend is re knowned name for php

what is zend search means do i have to use it myself some where i nmy php code
or it is ready made software like phpbb for some thing like
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

rami wrote:
opensme wrote:If I remember correctly, http://www.tsep.info can work without a database, but you will have to check...
thanks
b ythe way seems like it is good application
but zend is re knowned name for php

what is zend search means do i have to use it myself some where i nmy php code
or it is ready made software like phpbb for some thing like
follow the link I've provided. It's the manual for the search engine.
Post Reply