remember that array_slice returns an array with the current element. you must use array_slice($array, $index+1) if you want to get the next elements.
remember that array_slice returns an array with the current element. you must use array_slice($array, $index+1) if you want to get the next elements.