Re: Extract result from a https remote server response

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Shawn McKenzie wrote:
> m a r k u s wrote:
>> Hi all,
>>
>> Example : 
>> https://www.moneybookers.com/app/email_check.pl?email=toto@xxxxxxxx&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=toto@xxxxxxxx&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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux