Hi
I hope someone can help me out with this one. I know that mysql_list_tables returns ALL the names of the tables listed within the db, but how do return ONLY the tables I want?
As an example, say I have ten tables in my db of which only 5 correspond to the script I'm using. Also I can add and delete tables when ever, but only the table names that correspond to the script should be displayed. Is there anyway of indexing the tables so only those table names and those table names alone can be called by the script?
Any help on this would be great cos it's driving me nuts