Wednesday, February 27, 2008

wednesday 2:57 AM

php print, multiple lines, escaping as usual:

print "This spans
multiple lines. The newlines will be
output as well";

print "This spans\nmultiple lines. The newlines will be\noutput as well.";

print "escaping characters is done \"Like this\".";

http://us.php.net/print

No comments: