’03/25/2013′,
‘leadtype’ => ‘Client’,
‘lastname’ => ‘Myers’,
‘firstname’ => ‘Ken’,
‘phone’ => ‘281-693-5868′,
’email’ => ‘ken@morningsidenannies.com’,
‘notes’ => ‘https://www.morningsidenannies.com’,
);
$link = $url . ‘?’ . http_build_query($params);
$ch = curl_init($link);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_TIMEOUT, 1);
$results = curl_exec($ch);
curl_close($ch);
?>
The URL I hit was:
The result was: