i am finding alternative of the mysql_list_dbs in php ,
in php , it was easy to get list of database by function mysql_list_dbs
above code will give you list of databases in current MySQL database.
but mysql_list_dbs is deprecated as of PHP 5.4.0 so what is the other alternative of mysql_list_dbs function ? is there any PHP function or MySQL function which is used to get database list
Read more