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