Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
JimmyRiddle99 #1
Search Facility
I want to add a search facility to my site. How do i go about this?
Thanks in advance,
JimR99
JimmyRiddle99 Guest
-
Whisper facility
I have just done a dating site and was wondering how hard it would be to add a Whisper facility to it (when I say I've done I mean I brought it and... -
Search facility similar to Itunes?
Hi, I was hoping to build a search facility similar to itunes, Wherebye it lists all records in a recordset and as you type in the search word it... -
Simple Search facility
Hi there, I am trying to implement a simple search facility on my DVD shop website. I want to allow the user the ability to search the DVDs by... -
#26189 [Opn->Bgs]: search facility
ID: 26189 Updated by: iliaa@php.net Reported By: martinkuria at hotmail dot com -Status: Open +Status: ... -
#26189 [NEW]: search facility
From: martinkuria at hotmail dot com Operating system: redhat linux 7.3 PHP version: 4.3.4 PHP Bug Type: *Search functions... -
Andi Fenner #2
Re: Search Facility
Check this site out
[url]http://www.atomz.com/[/url]
It is fully customisable and free if your site is under 500 pages and there
is a Dreamweaver extension available
Alternatively try [url]http://www.picosearch.com[/url] This is free up to about 1,500
pages
"JimmyRiddle99" <just4junkhere@hotmail.com> wrote in message
news:bee1p8$m5c$1@forums.macromedia.com...> I want to add a search facility to my site. How do i go about this?
>
> Thanks in advance,
>
> JimR99
>
>
Andi Fenner Guest
-
Nevs #3
Search facility
I'd like to provide a search facility on our website using php. Without the
use of a database. So I'd like it to search all the pages I put in a
array....
Any ideas? A tutorial?
Nevs Guest
-
Ron #4
Re: Search facility
"Nevs" <_@_.> wrote in message
news:66Qkb.11423$pz5.7677296@newsfep2-win.server.ntli.net...the> I'd like to provide a search facility on our website using php. WithoutHi,> use of a database. So I'd like it to search all the pages I put in a
> array....
>
> Any ideas? A tutorial?
>
>
Have a look in PHP Classes
[url]http://ronbarnett.users.phpclasses.org/[/url]
I have a textfile database system that you can download from there
Go to the databases section and look for Class.DB.
You will be able to save your search array in a text file for later use.
if you really do want to search all the pages of your website for a string
you will need to keep a list of the pages you intend to search. This can be
within the search program or in a look up file that is used by the search.
Next you will need to open each page using a file read then parse for a hit,
keeping a note of the page if a hit is registered, finally returning the
list of pages with (possibly) a few lines or a simple digest of the page.
If your site is very large it could be a long and painful wait, made much
quicker by saving the results for the next searcher. Obviously you would
need to check for a pre-registered hit before commencing a new search.
That should give you a rough game plan for how to do it.
The other way is to check out Google. they have a site searcher that you can
bolt on. Look at [url]www.php.org[/url] and try the 'search site' option (top right) to
see it in action.
Cheers
Ron.
Ron Guest
-
Duncan Turner #5
Search Facility
Hello,
At the moment our company are using the simpler search
facility on our windows 2003 server.
However they would 'like' a search facility that would
almost imitate the google engine.
I think this is impossible, however I have to ask.
What would be the closest solution?
Does anyone have any ideas?
Thank You
Duncan Turner
Duncan Turner Guest
-
Duncan #6
Search Facility
Does anyone have any suggestions?
>-----Original Message-----
>Hello,
>
>At the moment our company are using the simpler search
>facility on our windows 2003 server.
>However they would 'like' a search facility that would
>almost imitate the google engine.
>I think this is impossible, however I have to ask.
>
>What would be the closest solution?
>
>Does anyone have any ideas?
>
>Thank You
>
>Duncan Turner
>
>
>.
>Duncan Guest
-
clintonG #7
Re: Search Facility
I think DTSearch [1] should be evaluated as it can crawl and
index sites and does function like Google. You can also consider
Texis from Thunderstone [2] as it too is industrial strength
--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee.com
URL [url]http://www.metromilwaukee.com/clintongallagher/[/url]
[1] [url]http://www.dtsearch.com/[/url]
[2] [url]http://www.thunderstone.com/texis/site/pages[/url]
"Duncan" <anonymous@discussions.microsoft.com> wrote in message
news:2367e01c45e75$921c76a0$a401280a@phx.gbl...> Does anyone have any suggestions?
>
>
>
>> >-----Original Message-----
> >Hello,
> >
> >At the moment our company are using the simpler search
> >facility on our windows 2003 server.
> >However they would 'like' a search facility that would
> >almost imitate the google engine.
> >I think this is impossible, however I have to ask.
> >
> >What would be the closest solution?
> >
> >Does anyone have any ideas?
> >
> >Thank You
> >
> >Duncan Turner
> >
> >
> >.
> >
clintonG Guest



Reply With Quote

