> HI All,
>
> Has anyone on here created a search engine in PHP?
>
> I have project to create a search engine that will search about 50K or
> so pages of information on 100 or so various domain names.
>
> What have you all done in the past? PHPdig was a failure.
>
> Do you recommend any of the
Bruce Gilbert wrote:
Hello,
I am fairly new to PHP, and I am looking to create a search
functionality on a website using php. Can anyone point me to a good
tutorial that can walk me through this?
Between Google / Codewalkers / PHPFreaks you should be able to find
something.
--
NEW? | http:/
hotscripts.com
<[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am in need of a search engine. I'd rather do one in PhP. Is there one
> available that I can see or at least get the code for?
>
> I'm a newbie to php. :)
>
>
> Krystal
--
PHP General Mailing
I wrote this function to fetch a news item off another web page but with
a little modification it should work for you. To use it you needed to
identify a set of of strings in the source to use as anchors ($start,
$end) and then it pulls that section and crops off the anchor text so
you are left wi
you could also use regular expressions, but php isn't perl, so good luck on
that one :p.
"Philip Hallstrom" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> You could use strstr() to find the index location of the
> string searched for in FIELD. Then use substr
You could use strstr() to find the index location of the
string searched for in FIELD. Then use substr() to return say 50
characters on either side...
-philip
On Thu, 21 Nov 2002, Daniel Masson wrote:
> Hello everyone ...
>
> Im working on some kind of search engine for two little tables on tex
6 matches
Mail list logo