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