Hello,
I'm working with a file that each string is separated by a line break. I am using the following context to achieve the array creation:
filename=explode("
",$filename);
while it seems it works, I was wondering if there was another way to break up a file on the /n or /r?
Ron