Originally posted by bpat1434
Have you thought of using fsockopen() and copying the contents of the file (or the source code) and saving it to your own temp file?
~Brett
Originally posted by thekidscareya
I don't really want to do that...I'm afraid it will eat my bandwidth and use my space (I dont have a lot of web space).
I thought that was in reference to determining the filesize. (I thought he wanted me to copy the file temporarily to my host, find the size, and delete it.)
My mistake about that....
So fsockopen() will get the file to site1.com/site2.html, but how to I remove all the unecessary headers (css, js tags, etc.) and footers so I just get the news on the main part of site2.com?