Re: [PHP] PHP site search broken?

2012-12-05 Thread Daniel Brown
On Tue, Dec 4, 2012 at 3:56 PM, Paul M Foster wrote: > Is it just me, or is the search feature on php.net broken? > > When I enter a full search term (known good function name) and then hit > the arrow, it brings me back to the generic search page. If I enter a > partial search term and then click

Re: [PHP] PHP site search broken?

2012-12-04 Thread Jim Lucas
On 12/04/2012 01:03 PM, Sebastian Krebs wrote: 2012/12/4 Paul M Foster Is it just me, or is the search feature on php.net broken? When I enter a full search term (known good function name) and then hit the arrow, it brings me back to the generic search page. If I enter a partial search term an

[PHP] PHP site search broken?

2012-12-04 Thread Paul M Foster
Is it just me, or is the search feature on php.net broken? When I enter a full search term (known good function name) and then hit the arrow, it brings me back to the generic search page. If I enter a partial search term and then click on one of the suggested "completions", it usually (not always)

Re: [PHP] Site Search for website

2004-10-18 Thread Greg Donald
On Mon, 18 Oct 2004 13:31:40 -0400, Rahul S. Johari <[EMAIL PROTECTED]> wrote: > I¹m working on creating a site search for our company¹s website, and am > looking for some tips. Creating the search code and the results doesn¹t seem > to be a big challenge... Indexing is something I have no clue to.

Re: [PHP] Site Search for website

2004-10-18 Thread John Nichel
Rahul S. Johari wrote: Ave, I¹m working on creating a site search for our company¹s website, and am looking for some tips. Creating the search code and the results doesn¹t seem to be a big challenge... Indexing is something I have no clue to. I don¹t know how to create the Index and how the keyword

[PHP] Site Search for website

2004-10-18 Thread Rahul S. Johari
Ave, I¹m working on creating a site search for our company¹s website, and am looking for some tips. Creating the search code and the results doesn¹t seem to be a big challenge... Indexing is something I have no clue to. I don¹t know how to create the Index and how the keywords, summary and link is

RE: [PHP] site search engine.. not dynamic

2004-05-13 Thread James Tusini
you could try php dig as well as htdig -Original Message- From: Aaron Wolski [mailto:[EMAIL PROTECTED] Sent: 13 May 2004 01:25 To: 'PHP-General' Subject: [PHP] site search engine.. not dynamic Hi all, Can anyone point me in the direction of a site search engine that reads

Re: [PHP] site search engine.. not dynamic

2004-05-13 Thread Marek Kilimajer
Aaron Wolski wrote: Hi all, Can anyone point me in the direction of a site search engine that reads files in a directory find relevant results for an search term that a person might enter on a site? I need to build a site search engine but the problem is. the site isn't dynamic (yet) so I need

[PHP] site search engine.. not dynamic

2004-05-12 Thread Aaron Wolski
Hi all, Can anyone point me in the direction of a site search engine that reads files in a directory find relevant results for an search term that a person might enter on a site? I need to build a site search engine but the problem is. the site isn't dynamic (yet) so I need to read actual files

[PHP] Site Search

2002-07-28 Thread Michael Hall
I'm wondering what is a good general approach to enabling site-wide searches on any topic on a 100% PHP-powered portal-type site for a tertiary institution (yet to be built). Most if not all content will be contained in a database, spread across potentially many different tables. How can all th

Re: [PHP] Site Search

2001-09-24 Thread Sheridan Saint-Michel
o: <[EMAIL PROTECTED]> Sent: Friday, September 21, 2001 11:14 PM Subject: [PHP] Site Search > Hi, > I need to have a search on my site and was about to start working on it. > Can anyone pls send their code if they have mad

[PHP] Site Search

2001-09-21 Thread vishal khialani
Hi, I need to have a search on my site and was about to start working on it. Can anyone pls send their code if they have made one allready ? Thanks, Vishal _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.a

Re: [PHP] Site search engine suggestion.

2001-05-23 Thread ~~~i LeoNid ~~
On 20 May 2001 10:17:29 -0700 impersonator of [EMAIL PROTECTED] ("Alok K. Dhir") planted &I saw in php.general: >The best open source search engines I've seen/used are: > > ASPSeek http://www.aspseek.org > Mnogoseach http://mnogosearch.org/ > ht://dighttp://

Re: [PHP] Site search engine suggestion.

2001-05-23 Thread ~~~i LeoNid ~~
On 20 May 2001 09:54:53 -0700 impersonator of [EMAIL PROTECTED] ("Manuel Lemos") planted &I saw in php.general: >Hello elias, > >On 12-May-01 04:04:26, you wrote: > >>Hello guys, > >>I need that badly! I need a suggestion, advise, solution or whatever that >>might help! > >>I need a Site Search s

RE: [PHP] Site search engine suggestion.

2001-05-20 Thread Alok K. Dhir
e- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]. net] On Behalf Of Manuel Lemos > Sent: Sunday, May 20, 2001 12:53 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Site search engine suggestion. > > > Hello elias, > > On 12-May-01 04:04:26, you wrote

Re: [PHP] Site search engine suggestion.

2001-05-20 Thread Manuel Lemos
Hello elias, On 12-May-01 04:04:26, you wrote: >Hello guys, >I need that badly! I need a suggestion, advise, solution or whatever that >might help! >I need a Site Search script for a page that mostly have .PHP files some are >dynamic and some are not. >Basically i was using WebGlimpse but when

RE: [PHP] Site search engine suggestion.

2001-05-15 Thread Matt Williams
Hi Try DGS Search form http://www.digitalgenesis.com Looks pretty tidy Only downside is you can't exclude directories HTH M@ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list adm

Re: [PHP] Site search engine suggestion.

2001-05-14 Thread elias
. (Sergey K) > > regards, > philip > > > > On Sat, 12 May 2001, Ethan Schroeder wrote: > > > Wow, thanks for the heads up =) > > > > Ethan Schroeder > > > > - Original Message - > > From: "Ryan W. Zajicek" <[EMAIL PROTE

Re: [PHP] Site search engine suggestion.

2001-05-12 Thread Philip Olson
an Schroeder > > - Original Message - > From: "Ryan W. Zajicek" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, May 12, 2001 12:50 PM > Subject: RE: [PHP] Site search engine suggestion. > > > > Just a side not here...

Re: [PHP] Site search engine suggestion.

2001-05-12 Thread Ethan Schroeder
Wow, thanks for the heads up =) Ethan Schroeder - Original Message - From: "Ryan W. Zajicek" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 12, 2001 12:50 PM Subject: RE: [PHP] Site search engine suggestion. > Just a side not here..

RE: [PHP] Site search engine suggestion.

2001-05-12 Thread Ryan W. Zajicek
t in, also. Ethan Schroeder - Original Message - From: "elias" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 12, 2001 10:18 AM Subject: [PHP] Site search engine suggestion. > Hello guys, > > I need that badly! I need a suggestion, advise, solu

Re: [PHP] Site search engine suggestion.

2001-05-12 Thread ~~~i LeoNid ~~
On 12 May 2001 00:04:26 -0700 impersonator of [EMAIL PROTECTED] ("elias") planted &I saw in php.general: >Hello guys,>I need that badly! Hello. If you wouldn't mind disclosing your site address, and the server will allow it, I may try my php-indexer-by-links. And we will see if it'll work. No

Re: [PHP] Site search engine suggestion.

2001-05-12 Thread Ethan Schroeder
Schroeder - Original Message - From: "elias" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 12, 2001 10:18 AM Subject: [PHP] Site search engine suggestion. > Hello guys, > > I need that badly! I need a suggestion, advise, solution or whatever that >

Re: [PHP] Site search engine suggestion.

2001-05-12 Thread Miles Thompson
There's a link on the ht:dig site for PHP scripting, but it will pretty well work right out of the box. Miles At 02:31 PM 5/12/01 +0200, B. van Ouwerkerk wrote: >>Any suggestion for a better site search program? > >I know quite a few people who really love htdig. Don't know if it's better. > >N

Re: [PHP] Site search engine suggestion.

2001-05-12 Thread B. van Ouwerkerk
>Any suggestion for a better site search program? I know quite a few people who really love htdig. Don't know if it's better. Not sure how good it is handling .php files. You could give it a try. THink I remember a search PHP script at php.net.. or was it freshmeat.. not sure about name of l

RE: [PHP] Site search engine suggestion.

2001-05-12 Thread Ryan W. Zajicek
I use mnoGoSearch http://search.mnogo.ru/ it works great for me and I've been using it for about a year. Thank You Ryan mailto:[EMAIL PROTECTED] -Original Message- From: elias [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 12, 2001 12:19 PM To: [EMAIL PROTECTED] Subject: [PHP]

[PHP] Site search engine suggestion.

2001-05-11 Thread elias
Hello guys, I need that badly! I need a suggestion, advise, solution or whatever that might help! I need a Site Search script for a page that mostly have .PHP files some are dynamic and some are not. Basically i was using WebGlimpse but whenever I search using it, It shows the source code of the

[PHP] Site Search Engine

2001-05-11 Thread elias
Hello. I'm looking for a good Site Searching program or script.. I'm currently using http://WebGlimpse.org But it is looking inside my PHP files and showing their source! ie: i search for: echo "Hello" and WebGlimpse show search result as: http://www.eassoft.cjb.net -- PHP General Mailing L