Re: [PHP] internal site search

2003-02-19 Thread Sascha Braun
You forgot this one...

http://swish-e.org/



- Original Message -
From: olinux [EMAIL PROTECTED]
To: David Otton [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Wednesday, February 19, 2003 4:53 AM
Subject: Re: [PHP] internal site search


 Option 2b. - there are several great open source site
 indexers available.

 I really like htdig http://www.htdig.org.
 mnogosearch http://www.mnogosearch.org is another
 often mentioned.

 Search Tools for Web Sites and Intranets
 http://www.searchtools.com

 Open Source Search Engines
 http://www.searchtools.com/tools/tools-opensource.html

 olinux


 --- David Otton [EMAIL PROTECTED]
 wrote:
  On Tue, 18 Feb 2003 13:35:14 +, you wrote:
 
   i wanna make an internal site search, i wanna
  search my internal html
  pages and php pages..and i have no clue how to do
  thatany help!!!
 
  Choices
 
  1. Embed a Google search that only searches within
  your site. Eg
 
 

http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=search+engines+site%3
Ayahoo.com
 
  2. Buy an off-the-shelf product that will spider
  your site locally and
  create an index
 
  3. Do your own plain-text search against your
  database (eg
  http://www.mysql.com/doc/en/Fulltext_Search.html) If
  you have
  significant content outside the database, you'll
  have to search the
  HTML, too.
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 


 __
 Do you Yahoo!?
 Yahoo! Shopping - Send Flowers for Valentine's Day
 http://shopping.yahoo.com

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] internal site search

2003-02-18 Thread James E Hicks III
Great news, there is a new tool on the internet called a search engine. What you
do is enter a search topic, press enter, and all kinds of links with articles
related to your search are returned. Some say this might signal an end to
mailing lists, which have been historically used to get answers to tough
questions when all other resources have been exhausted.

James

-Original Message-
From: rehab mostafa [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 18, 2003 8:35 AM
To: [EMAIL PROTECTED]
Subject: [PHP] internal site search


hi guys,
 i wanna make an internal site search, i wanna search my internal html
pages and php pages..and i have no clue how to do thatany help!!!
Thx

_
Add photos to your e-mail with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] internal site search

2003-02-18 Thread David Otton
On Tue, 18 Feb 2003 13:35:14 +, you wrote:

 i wanna make an internal site search, i wanna search my internal html 
pages and php pages..and i have no clue how to do thatany help!!!

Choices

1. Embed a Google search that only searches within your site. Eg

http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=search+engines+site%3Ayahoo.com

2. Buy an off-the-shelf product that will spider your site locally and
create an index

3. Do your own plain-text search against your database (eg
http://www.mysql.com/doc/en/Fulltext_Search.html) If you have
significant content outside the database, you'll have to search the
HTML, too.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] internal site search

2003-02-18 Thread Jason Sheets
I've found Mnogosearch to be very powerful, fast, and relatively easy to
setup, of course I was not in a shared hosting environment.

Jason
On Tue, 2003-02-18 at 07:19, David Otton wrote:
 On Tue, 18 Feb 2003 13:35:14 +, you wrote:
 
  i wanna make an internal site search, i wanna search my internal html 
 pages and php pages..and i have no clue how to do thatany help!!!
 
 Choices
 
 1. Embed a Google search that only searches within your site. Eg
 
 
http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=search+engines+site%3Ayahoo.com
 
 2. Buy an off-the-shelf product that will spider your site locally and
 create an index
 
 3. Do your own plain-text search against your database (eg
 http://www.mysql.com/doc/en/Fulltext_Search.html) If you have
 significant content outside the database, you'll have to search the
 HTML, too.
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] internal site search

2003-02-18 Thread David Otton
On Tue, 18 Feb 2003 14:19:16 +, you wrote:

On Tue, 18 Feb 2003 13:35:14 +, you wrote:

 i wanna make an internal site search, i wanna search my internal html 
pages and php pages..and i have no clue how to do thatany help!!!

Choices

1. Embed a Google search that only searches within your site. Eg

http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=search+engines+site%3Ayahoo.com

I should have also mentioned Google's web services interface here

http://www.google.com/apis/

It's a more professional-looking way to access Google's engine, but it's
limited to 1000 searches a day and it's currently in beta.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] internal site search

2003-02-18 Thread Tim Fletcher
hi,

if you can use Perl scripting in your site, have a look at this script 
http://www.fluffy.co.uk/fs/
it will not be of any help for the php pages , but will be fine for the html.


HTH
t.

 -Message d'origine-
 De : David Otton [mailto:[EMAIL PROTECTED]]
 Envoye : mardi 18 fevrier 2003 15:19
 A : [EMAIL PROTECTED]
 Objet : Re: [PHP] internal site search
 
 
 On Tue, 18 Feb 2003 13:35:14 +, you wrote:
 
  i wanna make an internal site search, i wanna search my internal html 
 pages and php pages..and i have no clue how to do thatany help!!!
 
 Choices
 
 1. Embed a Google search that only searches within your site. Eg
 
 
http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=search+engines+site%3Ayahoo.com
 
 2. Buy an off-the-shelf product that will spider your site locally and
 create an index
 
 3. Do your own plain-text search against your database (eg
 http://www.mysql.com/doc/en/Fulltext_Search.html) If you have
 significant content outside the database, you'll have to search the
 HTML, too.
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] internal site search

2003-02-18 Thread olinux
Option 2b. - there are several great open source site
indexers available. 

I really like htdig http://www.htdig.org. 
mnogosearch http://www.mnogosearch.org is another
often mentioned.

Search Tools for Web Sites and Intranets
http://www.searchtools.com

Open Source Search Engines
http://www.searchtools.com/tools/tools-opensource.html

olinux


--- David Otton [EMAIL PROTECTED]
wrote:
 On Tue, 18 Feb 2003 13:35:14 +, you wrote:
 
  i wanna make an internal site search, i wanna
 search my internal html 
 pages and php pages..and i have no clue how to do
 thatany help!!!
 
 Choices
 
 1. Embed a Google search that only searches within
 your site. Eg
 

http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=search+engines+site%3Ayahoo.com
 
 2. Buy an off-the-shelf product that will spider
 your site locally and
 create an index
 
 3. Do your own plain-text search against your
 database (eg
 http://www.mysql.com/doc/en/Fulltext_Search.html) If
 you have
 significant content outside the database, you'll
 have to search the
 HTML, too.
 
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 


__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php