How do I remove the first element from an array? Please write a piece of code.

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