Re: [PHP] Site Searchable function

2001-04-21 Thread ~~~i LeoNid ~~
On 20 Apr 2001 10:00:32 -0700 impersonator of [EMAIL PROTECTED] ("Matthew Luchak") planted &I saw in php.general: > >check php.ini file for "allow fopen" I think. >=20 >Matthew Luchak=20 >Webmaster >Kaydara Inc.=20 >[EMAIL PROTECTED] Thanks, I don't know if you a

RE: [PHP] Site Searchable function

2001-04-20 Thread Matthew Luchak
check php.ini file for "allow fopen" I think. Matthew Luchak Webmaster Kaydara Inc. [EMAIL PROTECTED] -Original Message- From: ~~~LeoN~ [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 10:59 AM To: [EMAIL PROTECTED] Subject: Re:

Re: [PHP] Site Searchable function

2001-04-20 Thread ~~~LeoN~
On 19 Apr 2001 13:25:09 -0700 impersonator of [EMAIL PROTECTED] ("Steve Lawson") planted &I saw in php.general: >fopen("http://localhost/name-of-file") will return the rendered page instead Sounds good (theoretically:). Hovever, in practical attempt on my remote server it gave: Warning: fopen

Re: [PHP] Site Searchable function

2001-04-19 Thread Steve Lawson
April 19, 2001 11:11 AM Subject: [PHP] Site Searchable function Hi, I was wondering whether anyone could direct me in the direction of creating a search function like the one on php.net? I have tried looking rather fruitlessly to implement a system, would one possible implementation be to use re

RE: [PHP] Site Searchable function

2001-04-19 Thread Matthew Luchak
. [EMAIL PROTECTED] -Original Message- From: Kevin A Williams [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 1:11 PM To: [EMAIL PROTECTED] Subject: [PHP] Site Searchable function Hi, I was wondering whether anyone could direct me in the direction of creating a search function

RE: [PHP] Site Searchable function

2001-04-19 Thread John Huggins
> -Original Message- > From: Kevin A Williams [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 19, 2001 1:11 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Site Searchable function > > > Hi, > > I was wondering whether anyone could direct me in the direction > of creating

[PHP] Site Searchable function

2001-04-19 Thread Kevin A Williams
Hi, I was wondering whether anyone could direct me in the direction of creating a search function like the one on php.net? I have tried looking rather fruitlessly to implement a system, would one possible implementation be to use reference files for the information and then use string matchin