Shawn McKenzie wrote:
> m a r k u s wrote:
>> Hi all,
>>
>> Example : 
>> https://www.moneybookers.com/app/email_check.pl?email=t...@toto.com&cust_id=123546&password=123
>> The MB server response displayed is : Illegal operation.
>> We would like to put the result below in a php variable and process it .
>> An idea ?
>>
>> PS: The server is secured. The php functions like file(), 
>> file_get_contents(), readfile(), fopen() has been tested.
>> Regards
>>
>> --
>>
>> m a r  k u s
>>
>>
>>
> Well, I don't know how you tested, but if fopen_wrappers are enabled in
> php.ini, then this:
> 
> echo
> file_get_contents('https://www.moneybookers.com/app/email_check.pl?email=t...@toto.com&cust_id=123546&password=123');
> 
> displays this:
> 
> Illegal operation
> 
> 
> Seems to work for me.
> 
allow_url_fopen = On

-- 
Thanks!
-Shawn
http://www.spidean.com

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

Reply via email to