BrotherLogic Posted September 24, 2006 Share Posted September 24, 2006 PROBLEM:I am currently outputting names to a .txt file. The problem is that when I open up the text file the names are displayed like this: Jonny Miller<newline>Charlie Babbot<newline>ChewY Hansolo........I need the names displayed like this:Jonny MillerCharlie BabbotChewy NasalundWhen I use the fgets() it picks up a bunch of names............................ how can I get this text file to save in a format which recognizes newline characters........?????? Link to comment https://forums.phpfreaks.com/topic/21822-output-to-txt-files/ Share on other sites More sharing options...
AndyB Posted September 24, 2006 Share Posted September 24, 2006 http://ca.php.net/manual/en/function.file.php ... if I understood the question Link to comment https://forums.phpfreaks.com/topic/21822-output-to-txt-files/#findComment-97456 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.