(713) 526-3989
Call Our Houston Office For a Complimentary Consultation (713) 526-3989
We put our trust in Morningside to place us with a nanny that was perfect for our family’s needs and Morningside delivered.
Client X

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: