[PHP] RE: [PHP-DB] MySQL fulltext indices and phrase search

2001-05-02 Thread Dennis von Ferenczy
try something like splitting the keywords using the php-command split(...) using a space as a separator and then search for a string matching all the words using "SELECT from table WHERE string LIKE "%foo%" AND string LIKE "%bar%"; > -Original Message- > From: Jens Kisters [mailto:[EMAIL

[PHP] good free/cheap IDE for PHP

2001-02-09 Thread Dennis von Ferenczy
can anybody please tell me which good IDEs are theee, that are optimized for PHP? It acztually doesn't need to do much more, than just code highlighting and line numbering for me purposes, althoug i would of course appreciate additionla features. thx in advance -- PHP General Mailing List (http