You wouldn't feel/look stupid if you had RTFM: http://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.single 2006/4/20, Peter Lauri <peter@xxxxxxxx>: > > I feel stupid. > > > > In many examples I have seen similar to: > > > > echo '<p>Whatever.</p>\n'; > > echo '<p>An other whatever.</p>\n'; > > > > But my PHP outputs the \n instead of a new line in the source. > > > > I am stupid? > > > > > > >