<?php $array = array('this', 'is', 'my', 'array'); $bool = false; foreach($array as $value){ do { echo $value.' '; if($value == 'my' && !$bool){ // Rerun the 'my' index again $bool = true; } else { $bool = false; } } while ($bool); }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`