$data = json_decode($json_verisi); foreach ($data as $key => $value){ echo $key." - ".$value->U_DISK."<br>"; }