RE: [PHP-DB] putting strings together with a linefeed

2004-04-16 Thread Swan, Nicole
\r\n should give a carriage return. i.e: $mytext = 'what up doc'; $mytext .= '\r\n not much'; --Nicole --- Nicole Swan Web Programming Specialist Carroll College CCIT (406)447-4310 -Original Message- From: Hull, Douglas D [mailto:[EMAIL PROTECTED] Sent: Friday,

Re: [PHP-DB] putting strings together with a linefeed

2004-04-16 Thread boclair
- Original Message - From: Hull, Douglas D [EMAIL PROTECTED] For example, say I have a variable $mytext = 'what up doc'. Now I want to add the text 'not much' to the end of this variable. But I want to place a return or linefeed after the original text so when I echo $mytext it looks