[PHP] Beginners question

2003-02-09 Thread Martin Purdy
, but they come out as one line. echo "This spans\nmultiple lines. The newlines will be\noutput as well."; Can someone please tell me what I am doing wrong? Martin Purdy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Beginners question

2003-02-09 Thread Martin Purdy
#x27;t see them. Take at look at the br HTML tag. > > Martin Purdy wrote: > > >Hi everybody > > > >I am totally new to PHP, and I have a problem with the Print statement. > >When I send a newline using "\n" nothing happens. > > > >I ca