- 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
[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
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