Re: [PHP-DEV] creating files on a remote host

2002-04-23 Thread Markus Fischer
hi, You can transfer the file via ftp; you even don't need root access for this if the system is properly set up. There are plenty of docs and examples in the manual about the ftp extension. There shouldn't be a problem figuring out how it works. And please, next time

[PHP-DEV] creating files on a remote host

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.