Forum Discussion
Nav
8 years agoAce
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
8 years agoBoss
Nav - Glad to know, it worked.