Re: [nyphp-talk] Search function

2008-09-26 Thread sbeam
On Friday 26 September 2008 21:02, (Margaret) Michele Waldman wrote: > I went with google search. > > The search results are black font on a white background.  I don't know what > color the links are yet, because the site hasn't been indexed. > > I don't think it's customizable, which fully means i

RE: [nyphp-talk] Search function

2008-09-26 Thread (Margaret) Michele Waldman
o advise my customer to cancel her account and I'll use swish-e. Michele -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joseph Crawford Sent: Friday, September 19, 2008 6:36 PM To: NYPHP Talk Subject: Re: [nyphp-talk] Search function Michelle, c

RE: [nyphp-talk] Search function

2008-09-20 Thread (Margaret) Michele Waldman
To: 'NYPHP Talk' Subject: RE: [nyphp-talk] Search function It's seeming custom search is doing an actual google search, whereas site search searches the specified site? Michele -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Campbe

Re: [nyphp-talk] Search function

2008-09-20 Thread tedd
At 5:49 PM -0400 9/19/08, (Margaret) Michele Waldman wrote: Does anyone know of a function or code I could use to quickly search my site for a document? I was thinking I could write a php function to open all of the files and search for a specific string. But, I'm guessing it's already been

RE: [nyphp-talk] Search function

2008-09-19 Thread (Margaret) Michele Waldman
L PROTECTED] On Behalf Of Steve Manes Sent: Friday, September 19, 2008 9:59 PM To: NYPHP Talk Subject: Re: [nyphp-talk] Search function (Margaret) Michele Waldman wrote: > Does anyone know of a function or code I could use to quickly search my > site for a document? If you want something perman

Re: [nyphp-talk] Search function

2008-09-19 Thread Steve Manes
(Margaret) Michele Waldman wrote: Does anyone know of a function or code I could use to quickly search my site for a document? If you want something permanent for your web site, this is the GNU successor to ht://Dig. http://hyperestraier.sourceforge.net/ Otherwise, for shell searches I use

RE: [nyphp-talk] Search function

2008-09-19 Thread (Margaret) Michele Waldman
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Krings Sent: Friday, September 19, 2008 9:32 PM To: NYPHP Talk Subject: Re: [nyphp-talk] Search function (Margaret) Michele Waldman wrote: > Thank you for your input. > > I went to google. Basically you need an xml file and some html. They

RE: [nyphp-talk] Search function

2008-09-19 Thread (Margaret) Michele Waldman
n the general idea? It's looking like perl calls. Is this the case? Michele -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Krings Sent: Friday, September 19, 2008 8:30 PM To: NYPHP Talk Subject: Re: [nyphp-talk] Search function (Margaret) Miche

Re: [nyphp-talk] Search function

2008-09-19 Thread David Krings
(Margaret) Michele Waldman wrote: Does anyone know of a function or code I could use to quickly search my site for a document? I was thinking I could write a php function to open all of the files and search for a specific string. But, I’m guessing it’s already been done with a better

RE: [nyphp-talk] Search function

2008-09-19 Thread (Margaret) Michele Waldman
O.k. It says it can limit it to one website. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of (Margaret) Michele Waldman Sent: Friday, September 19, 2008 6:55 PM To: 'NYPHP Talk' Subject: RE: [nyphp-talk] Search function It's seeming c

RE: [nyphp-talk] Search function

2008-09-19 Thread (Margaret) Michele Waldman
t: Re: [nyphp-talk] Search function On Fri, Sep 19, 2008 at 6:30 PM, (Margaret) Michele Waldman <[EMAIL PROTECTED]> wrote: > Googles annual pricing for using their function is: > > Number of web pages Search Query Limit (annual) Pricing (annual) > Up to 5,000 250,000 $100 > 5,0

RE: [nyphp-talk] Search function

2008-09-19 Thread (Margaret) Michele Waldman
Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Campbell Sent: Friday, September 19, 2008 6:47 PM To: NYPHP Talk Subject: Re: [nyphp-talk] Search function On Fri, Sep 19, 2008 at 6:30 PM, (Margaret) Michele Waldman <[EMAIL PROTECTED]>

Re: [nyphp-talk] Search function

2008-09-19 Thread John Campbell
On Fri, Sep 19, 2008 at 6:30 PM, (Margaret) Michele Waldman <[EMAIL PROTECTED]> wrote: > Googles annual pricing for using their function is: > > Number of web pages Search Query Limit (annual) Pricing (annual) > Up to 5,000 250,000 $100 > 5,001 - 50,000 250,000 $500 > 50,001 - 100,000 500,000

Re: [nyphp-talk] Search function

2008-09-19 Thread Joseph Crawford
nt? I'm guessing I'm not going to cheaply or quickly write something as sophisticated. Michele -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of Joseph Crawford Sent: Friday, September 19, 2008 6:24 PM To: NYPHP Talk Subject: Re: [nyphp-talk] Sea

RE: [nyphp-talk] Search function

2008-09-19 Thread (Margaret) Michele Waldman
s. Is everyone in agreement? I'm guessing I'm not going to cheaply or quickly write something as sophisticated. Michele -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joseph Crawford Sent: Friday, September 19, 2008 6:24 PM To: NYPHP Talk Subject:

Re: [nyphp-talk] Search function

2008-09-19 Thread Joseph Crawford
John, From my understanding this was not something she wanted for site users, I thought she was searching for a string. If you are going to deploy this to users then you don't want to use either method we spoke about and use John's suggestion and use Google Site Search On Sep 19, 2008,

Re: [nyphp-talk] Search function

2008-09-19 Thread John Campbell
On Fri, Sep 19, 2008 at 6:07 PM, (Margaret) Michele Waldman <[EMAIL PROTECTED]> wrote: > Would instr get_file_contents be too slow? This is a really bad idea in general... Is there a reason Google's site search won't work? If you do something like exec(grep), make sure you know how to escape ever

RE: [nyphp-talk] Search function

2008-09-19 Thread (Margaret) Michele Waldman
*small _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of (Margaret) Michele Waldman Sent: Friday, September 19, 2008 6:14 PM To: 'NYPHP Talk' Subject: RE: [nyphp-talk] Search function It's a fairly slow site. I try the php get_file_contents, etc

RE: [nyphp-talk] Search function

2008-09-19 Thread (Margaret) Michele Waldman
Talk Subject: Re: [nyphp-talk] Search function If you have SSH access you could use grep, if not write a php script that will exec() the grep command. This is providing the hosts security allows for exec() On Sep 19, 2008, at 5:49 PM, (Margaret) Michele Waldman wrote: Does anyone know

Re: [nyphp-talk] Search function

2008-09-19 Thread Joseph Crawford
(); Joseph Crawford On Sep 19, 2008, at 6:07 PM, (Margaret) Michele Waldman wrote: Would instr get_file_contents be too slow? Michele From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of Joseph Crawford Sent: Friday, September 19, 2008 5:52 PM To: NYPHP Talk Subject: Re: [nyphp-talk

RE: [nyphp-talk] Search function

2008-09-19 Thread (Margaret) Michele Waldman
RE: [nyphp-talk] Search function Would instr get_file_contents be too slow? Michele _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joseph Crawford Sent: Friday, September 19, 2008 5:52 PM To: NYPHP Talk Subject: Re: [nyphp-talk] Search function If you have

RE: [nyphp-talk] Search function

2008-09-19 Thread (Margaret) Michele Waldman
Would instr get_file_contents be too slow? Michele _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joseph Crawford Sent: Friday, September 19, 2008 5:52 PM To: NYPHP Talk Subject: Re: [nyphp-talk] Search function If you have SSH access you could use grep, if

Re: [nyphp-talk] Search function

2008-09-19 Thread Joseph Crawford
If you have SSH access you could use grep, if not write a php script that will exec() the grep command. This is providing the hosts security allows for exec() On Sep 19, 2008, at 5:49 PM, (Margaret) Michele Waldman wrote: Does anyone know of a function or code I could use to quickly search

[nyphp-talk] Search function

2008-09-19 Thread (Margaret) Michele Waldman
Does anyone know of a function or code I could use to quickly search my site for a document? I was thinking I could write a php function to open all of the files and search for a specific string. But, I'm guessing it's already been done with a better implementation. Thanks, Michele