test02.php

1 - This program connected to the database server.
2 - This program connected to the pettCatalog database.
3 - This program connected to the memDirectory database.
4 - This program closed the memDirectory database successfully.
5 - This program closed the pettCatalog database successfully.

line 1 should be connected to a server without a database chosen.
line 2 should connect to a petCatalog database.
line 3 should connect to a memberDirectory database.
line 4 should close a memberDirectory database.
line 5 should close a petCatalog database.