Method of copying page content?
Hello all!
Well, i have a few servers with content on them. And i want to centralize the content onto one of the servers (sort of a compendium of the information).
Is there some way i can use a script that will copy the content, or even just the list of links on a remote page, and print it out onto one of my central server pages? I don't want ot inlude the entier page, but simply, the content, or even just the long list of updated links on the page. Thanks very much in advance!
Re: Method of copying page content?
If you store all of the content in a MySQL database all you have to do is set the permissions for the other servers' IP addresses and connect, otherwise you might want to try using a socket and parsing out all the crap you don't want.