cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: exit status

From: mixo <mixo_at_beth.uniforum.org.za>
Date: Fri, 06 Sep 2002 15:59:06 +0200

The php version (using curl direcly instead of php-curl)

      $page=exec("curl -m $timeout -d \"$urlParameters\" $url -L
$option",$lines, $result);

which is just

       curl -m sometimeout -d "someparameters" httpsurl -L

($option is used as either a blank ' ' or another -L)

Daniel Stenberg wrote:

>On Fri, 6 Sep 2002, mixo wrote:
>
>
>If you can repeat that with plain curl command lines, I could have a deeper
>look.
>
>I'm unable to do anything with PHP. :-O
>

-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
Received on 2002-09-06