Forum Discussion
Nav
Ace
Hi TariqHussain,
Thanks. I tried in different way and managed to pull what I am expected.
curl_setopt($ch, CURLOPT_HTTPHEADER, array("client-id: ********", "Accept: application/json"));
$result = curl_exec($ch); $res = json_decode($result, true);
return $res;
:)
TariqHussain
7 years agoBoss
Nav - Glad to know, it worked.
Related Content
- 11 months ago
- 7 years ago
- 8 months ago
- 9 years ago