Hallo,
I have connected to a MySQL database on login.php. I would like to show the contents of the table on the showtable.php, but I can't pass the database "reference" to this .php page.
Is there a way to access to an opened database through several php files?