How to write to a remote domain
- by user347743
Hello,
I have a domain www.example.com
In the domain, www.example.com/write directory is chmod to 777. Now, suppose, if I want to create a new directory like www.example.com/write/new from www.some-domain.com, what should I be doing.
I know PHP, Python. Please relate the answers to this.