$contacts['id'], "first_name" => $contacts['first_name'], "last_name" => $contacts['last_name'], "phone" => $contacts['business_phone'], "email" => $contacts['email'], ); $json = json_encode($details); echo $json; ?>