Im making an instant messenger program and i would like to correctly display the contents of a .txt file in a php file. The txt file looks like this
Andrew: ok the clear convo works better
Andrew:
Andrew:
Andrew:aa
Andrew:t test
I want it to look like that. With the line breaks instead it shows
Andrew: ok the clear convo works better Andrew: Andrew: Andrew: aa Andrew: t test all in one line. Is there a way to get the txt file to display EXACTALLY how it appers?