how to access folders

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

how to access folders

Post 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
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: how to access folders

Post 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.
Post Reply