iContact卷曲子代码
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iContact卷曲子代码相关的知识,希望对你有一定的参考价值。
correct code for subbing someone to icontact through curl
<? $first_name = "batman"; $last_name = "batman"; $phone = "343434343343"; //http://app4.intellicontact.com/icp/signup.pl?listid=41249&specialid:41249=CHVM&reallistid=1&[email protected]&fields_fname=addy&fields_lname=3232 'fields_fname'=>$first_name, 'fields_lname'=>$last_name, 'fields_phone'=>$phone, 'fields_address1'=>$address, 'fields_city'=>$city, 'fields_state'=> $state, 'fields_zip'=>$zip, 'fields_custom1'=>$custom1, 'fields_custom2'=>$custom2, 'listid'=>'43413', 'specialid:43413'=>'NMOT', 'clientid'=>'238661', 'realistid'=>'1', 'doubleopt'=>'0', 'redirect'=>'none', 'errorredirect'=>'none'); echo $result; ?>
以上是关于iContact卷曲子代码的主要内容,如果未能解决你的问题,请参考以下文章