I need some good script (code)for searching MySQL over a <input> form field. This search code have to be able to find records by keywords (not by phrase). Thanks
How about checking mysql manual at www.mysql.com about full text search feature of mysql.
Di
Thanks, Di, i will try.