Subject Full text search - Delphi, IBO, Firebird and PHP
Author Sean Mathews
Hey All

I would like to use Firebird for a project that I am working on. The
project has a requirement for a full text search engine, and I have
poked about with the IBO FTS stuff, with some success. My problem is,
that the database ALSO needs to be accessible and searchable from a php
based website. Now, I have no problems with php and firebird, having
worked with them together a lot. My problem is that I have to be able
to carry out the same type of search in php as I can in my win32
application. Any pointers to the SQL I would have to construct to do
this? I would way rather not have to use MySQL, so any help here would
be greatly appreciated.

S