When you include a foreign file, and it's of a type that the other server interprets as a PHP file, it will be run on the other server and the results included into your calling file. If you can rename the other file, give it an extension that doesn't cause the other server to run it through the PHP interpreter, such as ".txt". And let us know if it works. 🙂