the filesystem functions of php will work for urls, just make sure you have "http://something.something" as the filename
there is function called file.
it takes a url, reads all of that file and
returns its contents in an array.
one element for each line of the file.
hope this helps,
stef