[PHP-DB] copy files (ftp?)

2003-09-04 Thread Lars Jedinski
I have to copy files created with php on www.aaa.com to another domain, e.g. www.bbb.com Is and if how is this possible with PHP? Lars -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] copy files (ftp?)

2003-09-04 Thread David Smith
Lars Jedinski wrote: I have to copy files created with php on www.aaa.com to another domain, e.g. www.bbb.com Is and if how is this possible with PHP? If you have an FTP server running on www.bbb.com, then it is possible. Here are the relevant functions: http://php.net/ftp And here's some