On Sat, 04 May 2013 04:09:06 -0700, Simon Hall wrote:
> $file = Str_replace(" ", "\r\n", $file);
Last time I checked, it was str_replace, not Str_replace. You don't need
the \r on all operating systems. Some operating systems that I understand
may require the \r may also use 0xa0 instead of 0x20 for a space under
some circumstances.
--
Denis McMahon,
denismf...@gmail.com