|
Posted by Erwin Moller on 07/31/06 15:46
pieterprovoost@gmail.com wrote:
> Hi,
>
> Can anyone tell me why going to
>
http://www.algaebase.org/DistributionResponse.lasso?currentMethod=distro&sk=20&-session=abv3:D5C1E5F111d2e05040XVy1A0A54A
> yields results, while the same page retrieved with fopen() says 'no
> results'?
>
> <?php
>
$pageurl='http://www.algaebase.org/DistributionResponse.lasso?currentMethod=distro&sk=20&-session=abv3:D5C1E5F111d2e05040XVy1A0A54A';
> $exthandle = fopen($pageurl, "r");
> $content = file($pageurl);
> fclose($exthandle);
> echo(implode("",$content));
> ?>
>
> Thanks
> Piet
Hi,
Open the same URL with Wget or something similar.
That way you can see the response.
Maybe it is redirecting?
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|