Page 1 of 1

how to access folders

Posted: Sat Mar 07, 2009 8:06 am
by itsmani1
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

Re: how to access folders

Posted: Sun Mar 08, 2009 12:44 am
by Benjamin
You can place a script on server 2 that will accept http requests from server 1 and return a serialized array or xml feed.