Mysql fetch_field gets table alias, not real table name
Posted by phdfromic on 10/06/73 11:36
After a SQL 'select .... from tablename alias'
the mysql_fetch_field function returns a value $result=>table which
will contain the alias, not the actual table name.
Is there a way to get the actual table name ?