Whiteknight
05-26-2004, 05:04 AM
I'm looking for a way to access an external HTML page, in the same manner that one would access a local file. I am writing a script that I would like to point at a certain html file, read it in as text, and eventually manipulate that text and reprint the page.
my motivation here is that I have multiple pages on multiple servers, and I would like a mechanism to keep them all synchronized. Ie I create the text file on one server, and it will automatically be coppied over to another server.
is there an easy way to do this, or is the solution harder then the problem?
my motivation here is that I have multiple pages on multiple servers, and I would like a mechanism to keep them all synchronized. Ie I create the text file on one server, and it will automatically be coppied over to another server.
is there an easy way to do this, or is the solution harder then the problem?