Possible Duplicate:
Get first element of an arrayGet first element of an array
What is the fastest and easiest way to get the first item of an array in php? I only need the first item of the array saved in a string and the array must not be modified.