foreach($allResults as $key => $value) { $string = $key . "=" . $value["name"]; print ($string . "\n"); }