Blog

<?php//create leadtry{ $api_connector = new CApiConnector(); $lead = $api_connector->create(array( ‘name’ => $_POST[‘name’], ‘phone’ => $_POST[‘phone’], ‘country’ => ‘IN’,//ISO code ‘tz’ => 2, ‘address’ => ”, )); echo “Lead ID #”.$lead->id.”. Status “.$lead->status;}catch (Exception $e) { //error handler echo $e->getMessage();}//add or update lead data/*try{ $api_connector = new CApiConnector(); $lead = $api_connector->extra(array( ‘id’ => ‘LEAD ID’, ‘name’…

About Me

Hi, I’m Lillie. Previously a magazine editor, I became a full-time mother and freelance writer in 2017. I spend most of my time with my kids and husband over at The Brown Bear Family but this blog is for my love of food and sharing my favorites with you!

Subscribe to My Blog

Get new content delivered directly to your inbox.

Design a site like this with WordPress.com
Get started