Is there a way to show available mysql databases with php?
Is there a way to show available mysql tables with php?
Is there a way to show available mysql column names with php?
I did find the SHOW DATABASE mysql command but it looks like this is a command line option not a php function.