Suppose you have this information for connecting to a databa…
Suppose you have this information for connecting to a database: $dbName = “amazon_clone”;$username = “king”;$password = “im_gonna_be_rich”;$host = “db.amazonclone.com”; Write string needed for the DSN.