I want to read line by line but I do not want to deal with newline, I want it to be removed so I only end up with the content of the line.
So right now my function i
you might want to look at: http://php.net/trim and http://php.net/str_replace (so you can replace the eol by an empty character)