$pow2 = file_get_contents('http://xat.com/web_gear/chat/pow2.php?'); $pow2 = json_decode($pow2,true); $powername = array_search($pow2['0']['1']['id'], $pow2['5']['1']); echo "Lastest Power: (".$powername.") ID: ".$pow2['0']['1']['id']; $string = $pow2[0][1]['text']; echo " is currently: "; print $string == 'LIMITED' ? $string : 'UNLIMITED';