Re: [PHP-DB] HELP: mySQL table name

2004-04-06 Thread John W. Holmes
From: "Adrian Donoiu" <[EMAIL PROTECTED]> > 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

[PHP-DB] HELP: mySQL table name

2004-04-06 Thread Adrian Donoiu
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