RE: [PHP] Nevermind I figured it out

2002-03-27 Thread Darren Gamble
:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 12:13 PM To: [EMAIL PROTECTED] Subject: [PHP] Nevermind I figured it out I just user $message = $message . "Some text"; But is there a "better" way to do this with something like the += operator? Dave "David Johansen"

[PHP] Nevermind I figured it out

2002-03-27 Thread David Johansen
I just user $message = $message . "Some text"; But is there a "better" way to do this with something like the += operator? Dave "David Johansen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I was just wondering if there was a way to add new text to the end o