Code: Select all
var_dump($output);Code: Select all
echo "<pre>";
print_r($output);
echo "</pre>";Moderator: General Moderators
Code: Select all
var_dump($output);Code: Select all
echo "<pre>";
print_r($output);
echo "</pre>";Code: Select all
echo $output[0]['Short name of Group']; //will return BomB
echo $output[0]['Points']; //will return 10319814(unless its changed)
//for the second clan, you'd change teh first [0] to [1] and os on.