Use a function array_slice($array,1)
array_slice() returns the sequence of elements from the array array as specified by the offset and length parameters
Use a function array_slice($array,1)
array_slice() returns the sequence of elements from the array array as specified by the offset and length parameters