I am trying to sync 2 databases on separate servers that I own. Neither server allows remote mysql connections, so my Idea is to run the query on Server A and pass the resulting array to server B. When I try to echo a variable from server A to Server B with an include, I get nothing. Server A is the master database on godaddy.
Is there a way to make this happen?
1. I need to either connect to Server A's database
or
2. Pass an array from one server to another
Any help would be very much appreciated!