How to display two records in a single row with different mysql database source but having a common ID?

Using PHP mysql

for example:
Database1
10 Edwin
eleven Jane

Database2
10 Wayne
eleven Regine

Output:
10 Edwin Wayne
eleven Jane Regine

as analogous inform regulating mysql php in the same row…

One thought on “How to display two records in a single row with different mysql database source but having a common ID?