Connected to MySQL......

"; //create variable $DB to hold results of function to list databases //which will return a list (array) of the names of the databases that //MySQL currently has $DBresults = mysql_list_dbs($connection) or die("Could not list databases!"); //start an output string to hold database HTML list for printout $dbList = "

"; ?> Listing MySQL Databases Today's Date: Saturday, May 04th 2024.


"; ?>

MySQL Databases on Local Host