foreach skip first php

44

foreach skip first php -

foreach(array_slice($arr,1) as $key=>$value)
{
    echo $value;
}

Comments

Submit
0 Comments