Use the php constant PHP_EOL to print the correct end of line symbol no matter what system you're on.
http://php.net/manual/en/reserved.constants.php
<?php
print "Hello World," . PHP_EOL . "I've missed you.";
?>
Hello World,
I've missed you.
It's that easy, seriously.
Written by Erin Marchak
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Related Tags
#php
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#