-1
I have an array of 30 lines and I want to get only index 1, this is the $arr[1], what I can already do. In the second line of my $arr[1], i have student information. How I do to pick up only that line and turn the values separated by space into a new array? 
Array
(
    [Student ID] => 0
    [Student info] => McLol  CRN:Not Given  Subject:MAT  Course:2222 Section:Not Given  Desc:Research
    [Total Correct Responses] =>    
)
						
Thanks @Rodrigo! Just what I needed.
– J. Ty
@J.Ty was worth brother success there in his project.
– Rodrigo Gabriel