Posted by J.O. Aho on 12/09/06 16:36
Wolfgang wrote:
> J.O. Aho wrote:
>>> Why does not my script read an image?
>> Are you sure that PHP you are using allows fopen on a remote location,
>> thin you can see that if your run phpinfo() (I'm not really sure about
>> that).
> Is this the end of my dream?
>
> allow_url_fopen Off Off
>
> or are there other ways?
You may be able to do that via sockets, you will need to write a bit more, I
suggest you read http://www.php.net/sockets
//Aho
[Back to original message]
|