Hi
I have to copy a table structure plus data to another server. However, I cannot access the 2nd server through a direct login due to security measures so I'm wondering if there's a way to generate some sort of script into a variable and pass the string across to the other server, perhaps though an iframe, and have it run on the other mysql database.
Any ideas? Thanks.