Hi,
I'm trying to print the content of a text file in a browser window. To do this, I put the content of the file into a variable with file_get_contents() and then I echo the variable.
I would like to keep the formatting I had in my text file (i.e. carriage return and line feed), but the browser seems to suppress it all.
Is there a solution ?
TIA