Reply to Re: How can i display a list of mysql databases in php?
Posted by NC on 09/30/82 11:40
Ninja_Monkey wrote:
>
> im trying to write a page that can display a list of the databases from
> mysql. i cant seem to find any commands for it other than executing
> "SHOW DATABASES" as an SQL command. what am i doing wrong?
Nothing. Executing a "SHOW DATABASES" query is what you should do.