how to skip first array in foreach in php code example Example: foreach skip first php foreach(array_slice($arr,1) as $key=>$value) { echo $value; }