For some reason, my line breaks in my test.txt file are not being preserved.
$sect->writeText(file_get_contents("test.txt"), $times12, $null);
Has anyone played around with this library?
http://sourceforge.net/projects/phprtf/
My question is: How can I preserve my line breaks from my test.txt file? What is happening is the document is just merging all the text together without the line breaks.
Any ideas? You would probably have to have experience with this library..