Is there a quick easy way of searching through about a hundred complex tables for a field name? Thanks Rob
you may want to start out with these functions and implement them someway, maybe use the list function and put the tables into an array, then use the fetch function to find the field names from each table each time you loop thru the table array
http://www.php.net/manual/en/function.mysql-list-tables.php
http://www.php.net/manual/en/function.mysql-fetch-field.php