an example would be:

this is some text that would fall within the text field (somefield):

"if you want to see some nice images, check out <a
href="http://www.photoshopuser.com>this website</a>"

and the query would be:

WHERE somefield like '%photoshop%'

the above record should not be returned.

> -----Original Message-----
> On Sat, Aug 11, 2001 at 10:54:58PM -0700, Joe Sheble (Wizaerd) wrote:
> >
> > I have a text field that contains some plain text intermingled with
> > html tags.  In querying the database, if the keyword I'm searching
> > for falls within the plain text, that record should be returned.
> > However, if the keyword falls within an html tag, it should not be
> > returned.  Could somebody assit me in putting such a regular
> > expression query together?
> >
>
> Can you provide a few of examples we can work with?


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to