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 look

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

2004-04-16 Thread Swan, Nicole
[mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 10:24 AM To: Note To php mysql List (E-mail) Subject: [PHP-DB] putting strings together with a linefeed 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 v

[PHP-DB] putting strings together with a linefeed

2004-04-16 Thread Hull, Douglas D
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 like: what up doc not much I tried: $mytext = 'what up doc'; $mytext