Good day! I have 3 tables name property, personal and spouse, they have all the same id. I want to join the 3 of them, I had already join property and personal table but I can't join the spouse table.
$userquery = mysql_query("SELECT * FROM property, personal WHERE property.id=personal.id") or die ("The query could not be completed.");