BrotherLogic Posted August 17, 2006 Share Posted August 17, 2006 I am running a programs that creates a bunch of different .txt files.... after every entry in the .txt file I am trying to make a newline... (when I open the .txt file in Notepad the names are all joined together) Wordpad is fine.i.e.:Jon Smith"\r"Joe Murphy"\r"Jerry Garage"\r"(where the "\r" is that vertical triangle character representing newline)I want the output to the fopen file to be:Jon SmithJoe MurphyJerry GarageWhat is the directive to do this?Thanks Guys I appreciate it. Link to comment https://forums.phpfreaks.com/topic/17894-fopen-in-ms-dos-format/ Share on other sites More sharing options...
trq Posted August 17, 2006 Share Posted August 17, 2006 Newlines are \r\n in windblows. Link to comment https://forums.phpfreaks.com/topic/17894-fopen-in-ms-dos-format/#findComment-76502 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.