I have an home page on a server which doesn't support PHP pages, but I have an account on another server with php and MySql support, the questio is: is it possible to list the files on my home page from a remote server? The only way I found was using ftp functions, but I'd like to manage my site using php pages without ftp. Is there a way to list my files on server(1) without php from server(2) with php?
Thanks, andrea