I need information about how can I get the table name from this query : select * from test_table as t when I use : $field=mysql_fetch_field($result, $i); $field->table return the name of the table as "t" but I need the real name of the table "test_table". How can I do it? Thanks Adrian D. a.donoiu@xxxxxxxxx