RE: [PHP] searching key words from a database field

2002-02-14 Thread Martin Towell
Something at the top - :) -Original Message- From: David Robley [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 2:47 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] searching key words from a database field In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...

RE: [PHP] searching key words from a database field

2002-02-14 Thread David Robley
l Message- > From: Philip J. Newman [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 15, 2002 11:27 AM > To: David Robley > Cc: David Robley; [EMAIL PROTECTED]; Gareth Hawken > Subject: Re: [PHP] searching key words from a database field > > > the problem is there is

RE: [PHP] searching key words from a database field

2002-02-14 Thread Martin Towell
5, 2002 11:27 AM To: David Robley Cc: David Robley; [EMAIL PROTECTED]; Gareth Hawken Subject: Re: [PHP] searching key words from a database field the problem is there isn't any code yet and yes what you said is corrent if text input is: the big tree would like $string1 = the would like $

Re: [PHP] searching key words from a database field

2002-02-14 Thread Philip J. Newman
. Any suggestions. ps: nice to see another kiwi in here. - Original Message - From: "David Robley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 15, 2002 1:19 PM Subject: Re: [PHP] searching key words from a database field > In article <0008

Re: [PHP] searching key words from a database field

2002-02-14 Thread David Robley
ason Wong" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, February 14, 2002 9:51 PM > Subject: Re: [PHP] searching key words from a database field > > > > On Thursday 14 February 2002 16:38, Philip J. Newman wrote: > > > I'm

Re: [PHP] searching key words from a database field

2002-02-14 Thread Philip J. Newman
e: [PHP] searching key words from a database field > On Thursday 14 February 2002 16:38, Philip J. Newman wrote: > > I'm trying to make a search engine for my database of links. I have been > > using the following. > > > > SELECT * FROM `hyperlinks` WHERE 1 AND `keywo

Re: [PHP] searching key words from a database field

2002-02-14 Thread Jason Wong
On Thursday 14 February 2002 16:38, Philip J. Newman wrote: > I'm trying to make a search engine for my database of links. I have been > using the following. > > SELECT * FROM `hyperlinks` WHERE 1 AND `keywords` LIKE '%$getme%' ORDER BY > `id` ASC LIMIT 0, 30 > > if $getme = big trees > > then it

[PHP] searching key words from a database field

2002-02-14 Thread Philip J. Newman
I'm trying to make a search engine for my database of links. I have been using the following. SELECT * FROM `hyperlinks` WHERE 1 AND `keywords` LIKE '%$getme%' ORDER BY `id` ASC LIMIT 0, 30 if $getme = big trees then it would only search for key words that are there same "big trees" not for