read and modify a text file from 2 different hosted sites

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!

Moderator: General Moderators

Post Reply
johnmac009
Forum Newbie
Posts: 1
Joined: Mon Sep 20, 2010 7:26 pm

read and modify a text file from 2 different hosted sites

Post by johnmac009 »

is this possible? for example i have a text file (sample.txt) hosted at webhosting A. i want this file to be accessed and modified by site1(hosted at webhosting B) and site2(hosted at webhosting C).

How do i do this?

Thanks for any input.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: read and modify a text file from 2 different hosted site

Post by requinix »

Accessed yes, but not modified. Not easily.

What's the file for?
Post Reply