Re: [PHP] Extracting table names

2001-11-13 Thread Thargor
Hallo Damien, Tuesday, November 13, 2001, 10:39:31 AM, you wrote: > I am relatively new to mysql - I'm developing a site using mysql & php. > I need to populate a drop down menu with all of the table names in a > database. > I can do standard queries (SELECT * FROM blah WHERE ...) but I'm having

[PHP] Extracting table names

2001-11-13 Thread Damien Burke
Hi, I am relatively new to mysql - I'm developing a site using mysql & php. I need to populate a drop down menu with all of the table names in a database. I can do standard queries (SELECT * FROM blah WHERE ...) but I'm having trouble returning all of the table names. Can anyone help? Thanks,