Guest User

Untitled

a guest
Oct 22nd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $curl = curl_init($api_url);
  2. .....
  3. $curl_response = curl_exec($curl);
  4. $json=json_decode($curl_response);
  5. print_r($curl_response);
  6. die();
  7. $meter_alive= $json->data->Response; // getting error here in the web
  8. ...
Add Comment
Please, Sign In to add comment