how to acces remote fopen() ?

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
mikeylikesyou
Forum Newbie
Posts: 1
Joined: Fri Oct 27, 2006 3:15 pm

how to acces remote fopen() ?

Post by mikeylikesyou »

Hi all

I'm trying to access (read only) my customer's d: drive with data on it from my server.

How does one code for this?

Boy, any help will be treasured.

Thanks,

mikey
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

The client may upload data from its local hdd. But usually you cannot access it directly from a server-side script.
Post Reply