Apparently the "\n" parameter is supposed to create a line break, but I still get the output "HelloWorld" in my text file when using the code below. I am trying to get the words "Hello" and "World" on two different lines. Anyone have any idea why this is happening? Thanks
<?php
$File =...