Re: [PHP-DB] Searching MySQL using LIKE

2001-09-21 Thread Hugh Bothwell
"Jason Wong" <[EMAIL PROTECTED]> wrote in message news:000301c1428d$f11b3a80$[EMAIL PROTECTED]... > The obvious first thing to do is to screen your keywords. Do not search on > common words such as: > > and, if, the, in etc. An easy way to do this is to set up an array of words to exclude. Then

Re: RE: [PHP-DB] Searching MySQL using LIKE

2001-09-21 Thread Russ Michell
tern, if so, do a > search on REGEXP on the mySQL manual: http://www.mysql.com/doc/. I'm sure > they have examples on using REGEXP. > > Good Luck. > > -Original Message- > From: Jordan Elver [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 21, 2001 9:03