MySql Multiple Databases with Same Column Name
An interesting problem came one day as I was trying to get data from multiple databases. As this is an easy topic, I had a hard time of getting it to display in my php code. The problem is using the same column names on the tables. While MySql allows this PHP has a hard [...]