leegold <mailto:[EMAIL PROTECTED]>
    on Friday, October 15, 2004 2:32 PM said:

> I do fulltext search on "work". And AFAIK the search will not find
> "work". For that matter the seach will not find "ingm". How do I
> implement in MYSQL/PHP a search that will have this action?

please share the current query you are trying to use and we can go from
there.

however, something simple is the following:

SELECT *
FROM table
WHERE field LIKE '%string%';


hth,
chris.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to