Advertisement
austinh115

Untitled

Sep 13th, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. $PowersData= $core->getUrl('https://xat.com/json/powers.php');
  3. $json = json_decode($PowersData, true);
  4.  
  5. foreach ($json as $pid => $power) {
  6. echo $power["s"] . " - id $pid";
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement