Here is a photo clip, I think it\'s pretty clear. This is driving me crazy. I can\'t seem to get php to print a newline either on my localhost(using xampp) or on an online P
Try \r\n instead of \n. Or you can also try too.
\r\n
\n will display a new line if you check the HTML source code in your browser.
Also http://www.go4expert.com/forums/showthread.php?t=8021 might help you understand a bit more.