PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am trying to create a script that will create a text file with a list of information. In my code I put a \n into a string every time I want a new line to start. For most doc readers this works fine but when I try to open the file I create in Notepad (The one that comes with Windows) there are square characters where line breaks should be.
Does anybody know how to make it so this does not happen?