i am try to use this on 4.3.2
$url="http://www.google.it"; $dd= fread(fopen($url, "r"), 200000); echo ($dd);
but on a server with 4.3.1 it work but not on a server with 4.3.2, it can read only a few of bytes and stop, what's wrong?
regards
This has to do with the php.ini setting called allow_url_fopen. It was a change in php 4.3.2.
Hi
i have check the php configuration and show me this:
allow_url_fopen On
so it is enable
I tried it on my server that runs php 4.3.2 and it worked fine.