Re: [PHP] text search in database

2004-06-02 Thread John W. Holmes
Vincent DUPONT wrote: I need to do a text search on some fileds in a database. It'd help if you said what database you're using and posted this on [EMAIL PROTECTED] -- ---John Holmes... Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/ php|architect: The Magazine for PHP Professionals –

[PHP] text search in database

2004-06-02 Thread Vincent DUPONT
Hi, I need to do a text search on some fileds in a database. I would like the users to be able to use some syntax like 'AND' 'OR' 'NOT' parentheses () and quotes to make their search queries more powefull. I face 2 problems : 1. parse the query 2. execute the search (create the appropriate SQL