Finding a return and using explode to sepate text after and before the return

Hi,

Lets get to the point.

I am pulling a .txt file in using php and want to separate the text within into seperate variables which flash can use, i can find the spaces and use this to seperate the text, is there however any way to find a return and use this as well to seperate the text.

Thanks