Hi
I want to access folders on other server using php code, can i do this?
I have two server and I want to see if folder abc exists on 2nd server, how can i do this?
Thanks
how to access folders
Moderator: General Moderators
Re: how to access folders
You can place a script on server 2 that will accept http requests from server 1 and return a serialized array or xml feed.