cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: symbian and curl

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Wed, 21 Jul 2010 10:39:25 -0700

On Wed, Jul 21, 2010 at 07:32:57AM -0700, hala alramli wrote:
> i followed your instruction ,i downloaded it then build it ,then i add it as
> static library to my code ,my question is :am i able to use next code right
> know directly as like php case?.
> <<<< $curl = curl_init();
> // CURL SETTINGS.
> curl_setopt($curl, CURLOPT_URL,"$send");
> curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
> curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 0);
> // // GRAB THE XML FILE.
> $xmlresult = curl_exec($curl);
> curl_close($curl);>>>>>>>>

This looks like the PHP code using the PHP/CURL binding, not libcurl.
Surely you're not running PHP on a Symbian device?

>>> Dan
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-07-21