RE: [PHP] Adding stuff to the end of strings

2002-03-27 Thread J. Scott Johnson
and Design Work * * * * * * * * * * * * * * * * * * * * * * * * * * Virtual: * * * * * * * * * * * * * * * * * * * * * * * * * * [EMAIL PROTECTED] http://www.fuzzygroup.com/ Yahoo IM: fuzzygroup -Original Message- From: David Johansen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 2:03 PM To: [EMAIL PROTECTED] Subject: [PHP] Addi

RE: [PHP] Adding stuff to the end of strings

2002-03-27 Thread Rick Emery
$message .= "Some text here"; -Original Message- From: David Johansen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 1:03 PM To: [EMAIL PROTECTED] Subject: [PHP] Adding stuff to the end of strings I was just wondering if there was a way to add new text to the end

RE: [PHP] Adding stuff to the end of strings

2002-03-27 Thread Johnson, Kirk
Close! $message .= "Some text here"; Kirk > -Original Message- > From: David Johansen [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 27, 2002 12:03 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Adding stuff to the end of strings > > > I was just w

[PHP] Adding stuff to the end of strings

2002-03-27 Thread David Johansen
I was just wondering if there was a way to add new text to the end of strings. I tried doing $message += "Some text here"; but that just set $message to 0. I'm sure it's something simple but I couldn't find anything on it in the documentation. Dave -- PHP General Mailing List (http://www.php.