How can i connect two database in php and mysqli?

I need to connect to two databases using PHP and use the results from the first query to get the rest of the data I need out of a second database.

So for the second connection, I need to connect to the second database and Select state and zipcode where the results from connection 1 [client] is equal to the firstname in database 2. How would I do this?

Chủ Đề