Click here to get back home

implementing a website search feature using php

 HomeNewsGroups | Search | About
 comp.lang.php    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
implementing a website search feature using php Sudhakar 07-16-2008
Get Chitika Premium
Posted by C. (http://symcbean.blogspot.c on July 18, 2008, 8:08 am
Please log in for more thread options
>
>
>
> > i want to implement a feature where a user searches with
> > a keyword and search results are displayed according to
> > the keyword or phrase entered by the user.
>
> Use an off-the-shelf search engine... I've used Sphider on a couple
> of occasions:
>
> http://www.sphider.eu/
>
> Cheers,
> NC

I'd recommend mnogo.

Certainly, as burgermeister01 wrote, what you propose is far from
being very efficient. You really want to index the keywords separately
from querying the data.

If its just a quick though, then a whole search engine might be
overkill - if you're running on Unix/Linux/Posix, then exec something
like:

find /document/root/ -regex '(.html)|(.php)' grep -H '$searchword' {}
\;

C.

Similar ThreadsPosted
idea behind implementing search facility November 26, 2006, 6:26 pm
search a offline website March 28, 2007, 2:40 pm
Whois IP search integrated into website. February 12, 2005, 2:11 pm
Market Your Business Website On Search Engines May 31, 2007, 11:14 pm
enable keyword search on website whith in mysql database , windowsplatform June 5, 2008, 1:31 am
Implementing a tree September 16, 2005, 5:55 pm
Implementing a Calendar May 15, 2006, 2:26 pm
Implementing CHAT July 11, 2008, 1:43 pm
implementing login/logout (new to php) November 5, 2004, 1:37 pm
Newbie ? about implementing keywords for articles March 24, 2008, 4:53 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap