iContact卷曲子代码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iContact卷曲子代码相关的知识,希望对你有一定的参考价值。

correct code for subbing someone to icontact through curl
  1. <?
  2.  
  3. $email = "[email protected]";
  4. $first_name = "batman";
  5. $last_name = "batman";
  6. $phone = "343434343343";
  7. //http://app4.intellicontact.com/icp/signup.pl?listid=41249&specialid:41249=CHVM&reallistid=1&[email protected]&fields_fname=addy&fields_lname=3232
  8.  
  9.  
  10.  
  11.  
  12. $sendic = array('fields_email'=>$email,
  13. 'fields_fname'=>$first_name,
  14. 'fields_lname'=>$last_name,
  15. 'fields_phone'=>$phone,
  16. 'fields_address1'=>$address,
  17. 'fields_city'=>$city,
  18. 'fields_state'=> $state,
  19. 'fields_zip'=>$zip,
  20. 'fields_custom1'=>$custom1,
  21. 'fields_custom2'=>$custom2,
  22. 'listid'=>'43413',
  23. 'specialid:43413'=>'NMOT',
  24. 'clientid'=>'238661',
  25. 'realistid'=>'1',
  26. 'doubleopt'=>'0',
  27. 'redirect'=>'none',
  28. 'errorredirect'=>'none');
  29. $url = 'http://app.intellicontact.com/icp/signup.php';
  30. $ch = curl_init();
  31. curl_setopt($ch, CURLOPT_URL, $url);
  32. curl_setopt($ch, CURLOPT_POST, 1);
  33. curl_setopt($ch, CURLOPT_POSTFIELDS, $sendic);
  34. $result = curl_exec($ch);
  35. echo $result;
  36.  
  37. ?>

以上是关于iContact卷曲子代码的主要内容,如果未能解决你的问题,请参考以下文章

创建广告时出现代码 200 和子代码 1487194 的 Facebook 错误背后的原因是啥?

在 SpriteKit 中出现错误。 - 线程 1:EXC_BREAKPOINT(代码=1,子代码=0x1007351fc)

流程控制

Facebook OAuthException代码190子代码490 - 用户注册了阻塞的登录检查点

斯威夫特 3 - 'EXC_BAD_INSTRUCTION(代码 = EXC_1386_INVOP,子代码 = 0x0)' 错误

错误 - 线程 1 exc_bad_instruction(代码=exc_1386_invop 子代码=0x0)