Post by bkrenzin » Tue Jun 14, 2011 3:09 am

I would like some input on where to start implementing this code. I have it working in a individual webpage.

I would like for this to be part of the new customer registration. So that when a new customer registers on the site that the information is passed via the API to Infusionsoft.

I would like to change the "john" "doe" etc. so that they are = to their corresponding variables in OC.

Code: Select all

require("./isdk/src/isdk.php");  


$myApp = new iSDK;

$myApp->cfgCon("mgsi");

$conDat = array('FirstName' => 'John',
                'LastName'  => 'Doe',
                'Email'     => 'JDoe@email.com');

$conID = $myApp->addCon($conDat);

Gun Dog Supplies Discount Pet Supplies
iGunDog Kennel Supplies


New member

Posts

Joined
Wed Aug 18, 2010 10:20 pm
Who is online

Users browsing this forum: No registered users and 4 guests