You can use
include("http://www.mydomain.com/script.php");
but, the code will be interpretated by the remote server (hence the http://)
If you only want to display the page, then i think it's ok, but, if you want the variables available to your scripts on the other server, i'm afraid you can't.
For that, try fopen() with ftp:// protocol.
fLIPIS