Re: To add search in my page
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Thu, 04 Sep 2008 08:59:22 -0400
lak wrote:
I want to search within my page. How can I do that. When I searched in
the net, it tells to use the google search. But I want to do for my
web page. I am using intra-net system.
You'll need to build a search engine which examines the generated html for every page, parses it into the appropriate words, catalogs those words in a database, then matches the search arguments to each word.
Unless, of course, you want to search every page on every search, in which case you don't need to store the words in a database. But such a search, unless you have a very few number of pages, will take much longer.
Such a search function is not easy to implement. But if you need it, probably the best way is to set your site up with one of the CMS's which has it already built in.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- References:
- To add search in my page
- From: lak
- To add search in my page
- Prev by Date: Re: Calendar/scheduling software required
- Next by Date: Re: passing a parameter to a function
- Previous by thread: To add search in my page
- Next by thread: Re: To add search in my page
- Index(es):
Relevant Pages
|