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. -- Thanks! -Shawn http://www.spidean.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php