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!
hi,
Is there any way to upload data across domains? In other words, assume you own two domains, and one of them is going to be out of web space, and you want to use the other domain to store data. Since, your php upload script is on the first domain, is there any way to upload data across domains?
If they are hosted on the same physical server it shouldn't be too difficult to copy the data across directories. However, this can open security holes from various sources.
There's FTP as well, if your build of PHP supports it. There's also remote requests that you could initiate as well.