cURL / Mailing Lists / curl-library / Single Mail

curl-library

get error

From: Li Zhao <sg_lizhao_at_yahoo.com.sg>
Date: Fri, 24 May 2002 01:32:30 +0800

hi all,

   i can use curl to get data from a url like:
        curl https://www.ziplip.com/ps/PmApp/zlp_dummy?uc=mckAAECAZ4TL2H4WQVO&NextPage=/ZLPlus/ui/html/en/framesMain.jsp
  but
       the codes below can't work, who can tell me why, highly appreciate.

  curl = curl_easy_init();
  if(curl) {
    curl_easy_setopt(curl, CURLOPT_URL, "https://www.ziplip.com/ps/PmApp/zlp_dummy?uc=mckAAECABEH552CEDNPCUEDMBAHXZOWXZ4TL2H4WQVO&NextPage=/ZLPlus/ui/html/en/framesMain.jsp");

 res = curl_easy_perform(curl);

    /* always cleanup */
    curl_easy_cleanup(curl);
}

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
Received on 2002-05-23