How can i display a list of mysql databases in php?
Posted by Ninja_Monkey on 10/06/72 11:40
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?