21.12.2013, 01:33
Actually im pretty sure it is possible to access files on remote machines as long as you have ftp access and i have yet to see a host where you don't lol.
http://www.php.net/manual/en/function.fopen.php
Not sure if it would work properly but its worth a try.
Код:
fopen("ftp://user:password@example.com/scriptfiles/users/testuser.txt", "r");
Not sure if it would work properly but its worth a try.