Re: [PHP] Re: Extract result from a https remote server response

2009-02-13 Thread Virgilio Quilario
> Sorry all, I was testing in a Windows environment. > I feel like an idiot... :) > > Thanks to all. > > -- > m a r k u s > > Bruno Fajardo wrote: >> >> Assigning the return of file_get_contents to a variable? >> Didn't get your point... >> >> 2009/2/13 m a r k u s >>> >>> Shawn McKenzie wrote: >>

Re: [PHP] Re: Extract result from a https remote server response

2009-02-13 Thread m a r k u s
Sorry all, I was testing in a Windows environment. I feel like an idiot... :) Thanks to all. -- m a r k u s Bruno Fajardo wrote: Assigning the return of file_get_contents to a variable? Didn't get your point... 2009/2/13 m a r k u s Shawn McKenzie wrote: Shawn McKenzie wrote: m a r k u s

Re: [PHP] Re: Extract result from a https remote server response

2009-02-13 Thread Bruno Fajardo
Assigning the return of file_get_contents to a variable? Didn't get your point... 2009/2/13 m a r k u s > > Shawn McKenzie wrote: >> >> 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&

[PHP] Re: Extract result from a https remote server response

2009-02-13 Thread m a r k u s
Shawn McKenzie wrote: 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 an

[PHP] Re: Extract result from a https remote server response

2009-02-13 Thread m a r k u s
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

[PHP] Re: Extract result from a https remote server response

2009-02-12 Thread Shawn McKenzie
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 proces

[PHP] Re: Extract result from a https remote server response

2009-02-12 Thread Shawn McKenzie
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: T