On Thu, October 5, 2006 3:30 pm, João Cândido de Souza Neto wrote:
> I´m using CURL, but it cannot send any data to server by POST mothod.
>
> Have you got any example abaut this to show me?
$curl = curl_init();
curl_setopt($curl, 'https://example.com/example.php');
curl_setopt($curl, CURLOPT_POST
I´m using CURL, but it cannot send any data to server by POST mothod.
Have you got any example abaut this to show me?
Thanks.
""Richard Lynch"" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> You may want to look at using CURL which handles all the grunge of the
> SSL exchang
Out of PHP 4.3.0 fsockopen has been fixed up to do that.
""Richard Lynch"" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> You may want to look at using CURL which handles all the grunge of the
> SSL exchange...
> http://php.net/curl
>
> Or maybe fsockopen has been fixed up to d
You may want to look at using CURL which handles all the grunge of the
SSL exchange...
http://php.net/curl
Or maybe fsockopen has been fixed up to do that also?...
On Thu, October 5, 2006 12:33 pm, João Cândido de Souza Neto wrote:
> Hi everybody.
>
> I must to connect a https server by a fsockop
Hi everybody.
I must to connect a https server by a fsockopen but it seems not working.
I´ve got openssl instaled in my php and when i run the follow line.
$sock = fsockopen("ssl://wwws.aymorefinanciamentos.com.br", 80, $errno,
$errstr, 30);
My var $sock returns false without any error string
5 matches
Mail list logo