Jump to content

fopen in MS-DOS format??


BrotherLogic

Recommended Posts

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 Smith
Joe Murphy
Jerry Garage


What 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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.