Forum Moderators: coopster
print($arr);
readfile($url);
$array = file($url);
print count($array);
?>
Who can help
[edited by: jatar_k at 6:15 pm (utc) on May 5, 2005]
[edit reason] generalized url [/edit]
It could be just the settings for php with your host
from
[php.net...]
Tip: You can use a URL as a filename with this function if the fopen wrappers [php.net] have been enabled.
I would also try using a different user agent in cURL, it could be something as simple as user agent redirection.
I tried blocking cookies on that site and it still worked so I am not sure cookies is the answer.