I want to integrate the MySQL fulltext search function in my PHP site.
I have the following problem now.
SELECT * FROM testtable t1, testtable2 t2 WH
AGAINST('founder initiator employee');
or you can use boolean mode with more good stuff