How to copy picture file between different server through ph

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
rony2004sam
Forum Newbie
Posts: 1
Joined: Thu Nov 12, 2009 9:28 pm

How to copy picture file between different server through ph

Post by rony2004sam »

Dear all,
I have a problem that i wrote a script that can copy picture file in same server, but script is not running when servers are different(remote to client). Can anyone help me in this script.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Re: How to copy picture file between different server through ph

Post by superdezign »

file_get_contents() may be of use to you. Works remotely in PHP5.
Post Reply