|
Posted by Arnaud on 03/17/06 18:54
"NC" <nc@iname.com> a ιcrit dans le message de news:
1142613530.709211.49000@z34g2000cwc.googlegroups.com...
> What exactly did you try and what kind of "no result" have you achieved
> (error messages, etc.)?
if ($handle = fsockopen('https://myserver:4012/code/param?', 80, $errno,
$errstr))...
or
if ($handle = fsockopen('https://myserver:4012/code/param?', 4012, $errno,
$errstr))...
or
if ($handle = fsockopen('https://myserver/code/param?', 4012, $errno,
$errstr))...
> Also, have you tried cURL?
Not yet, but i'm looking at it, i can see in my phpinfo :
CURL support enabled
CURL Information libcurl/7.12.2 OpenSSL/0.9.7d zlib/1.1.4
thanks,
arnaud
[Back to original message]
|