Hi Listies I have a question Is there any to query a mysql table to get it to return the fieldnames that it currentlyhas marked as Fulltext Indexes? I need to build a searching engine, there are 60 tables beingsearched, i have created the fulltext indexes on all tables requiredand i currently have the tables in an arraynow what i want to do is use a for loop to loop through each tablefind its releveant FTS Indexes and then based on the field name use itin a MATCH() AGAINST() query and then return all the results in xml? Anyone have any idea how i can query the tables in order to get it toreturn the indexes Thanks in advance (hoping you guys can help)