I am trying to read a file from a remote server using a URL. I have done this :

* $html = implode('', file($url));
* echo $html


the $url is the address....


with some pages like www.mooki.de/index.html ist works without a problem but with the address that i intend to use it only reads about 30 lines or so and then nothing. It is as if the file ends there but it does't.

the URL is ==
$url = 'http://myplanetside.station.sony.com/outfit.jsp?outfitId=6607&worldId=21';


I am trying to get the list of players on that site for a private homepage.

I tried the funtion fopen and using streams but it always stopps at the same line.

I am thankfull for all the help :)

mfG Mooki

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to