Posts by Leandro Amaral • 66 points
2 posts
-
3
votes3
answers1866
viewsA: How to Display Json in PHP
$response = $client->leads->getLeads(['email' => '[email protected]']); echo json_encode($response, JSON_PRETTY_PRINT); [EDIT] Get a specific key $response =…
-
2
votes2
answers125
viewsA: Longlistselector on Windows Phone 8
Here’s a link demonstrating how to migrate Longlistselector from Windows Phone 8 to Windows Phone 8.1, it works for you because it shows you how it works in version 8.0.…