Well I make the connection in my mysql like this:
$mysqli = mysqli_connect('127.0.0.1', 'root', '123', 'teste');
I want to know how to retrieve the name of the database through the variable that receives the connection '$ mysqli'.
Is it possible to do this?