I have set up a small web server using my Raspberry Pi SOC, and I am currently writing some PHP code to be displayed in the browser using the Nano text editor.
I wish to have my code separated on new lines, but the newline characters I have tried (PHP_EOL and "\n") within the Nano text editor don't seem to be recognized when opening the binary.php file from the browser. Below I have screenshots of the PHP source code and the current display from the browser.
Any thoughts?
`. New lines are for non-browser output, such as text files and the console. – aynber Feb 14 '19 at 15:36
` – spinsch Feb 14 '19 at 15:44