RE: [PHP] Transfering a file

2004-02-24 Thread Sam Masiello
How about FTP? --Sam Mike Koponick wrote: > Hello everyone, > > I will apologize in advance if this has been discussed previously. > > I would like transfer a file that is created by PHP. Once written, I > need to transfer (or write it) to another server. The destination > server is on anoth

[PHP] Transfering a file

2004-02-24 Thread Mike Koponick
Hello everyone, I will apologize in advance if this has been discussed previously. I would like transfer a file that is created by PHP. Once written, I need to transfer (or write it) to another server. The destination server is on another network behind a firewall, whereas the front end is in a D

[PHP] transfering a file from one host to another

2002-04-23 Thread Dave
Is there a way to create a file to a remote host. IE: I have a php script on www.somedomain.com for example - and I want to fill out a form on this php script and make it create a file called "index.html" on say www.someotherdomain.com for example. I have admin and root access to BOTH domains.