[FIXED]From 2 mySQL databases, to one

Gropsdrardy

New Member
I have two database that i want to combine.
I have two values who are exactely the same in both databases.
It's \[code\]id\[/code\] & \[code\]id_p\[/code\]
The first database is called: \[code\]locatie\[/code\]
and has: \[code\]ID, latitude, longitude, timestamp\[/code\]
the other database is called: \[code\]persooninfo\[/code\]
and has \[code\]id_p, voornaam, achternaam, opleiding, diploma, bezig\[/code\]
Does anyone know how I can combine these two databases?
 
Top