(713) 526-3989
Call Our Houston Office For a Complimentary Consultation (713) 526-3989
Indera is just wonderful. She is always happy and clearly loves her job. She is kind and fun and as for the practicalities, she is always on time and very flexible.
Mrs Carter

TestClient

’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: