[PHP] cURL documentaion

2002-01-25 Thread Roman Eich
Hello NG, did anyone know an other documentation as the PHP manual or the manpages or locations as http://curl.haxx.se/ , http://www.php.net? Especially the exitcodes and solutions for it! Thanks a lot Roman Eich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP] SSL Connection with cURL

2001-12-20 Thread Roman Eich
Hi NG, i want to establish an SSL connection with cURL. I used two different scripts, 1) $URL=ssl.server.com/path/file.ext; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,https://$URL;); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS , $data); curl_setopt($ch,