Shouldn't this work:
$string = $string . "Some text added to the end";
Or am I thinking your question is simpler than it really is?
* * * * * * * * * * * * * * * * * * * * * * * * * *
J. Scott Johnson
PHP Consulting and Design Work
* * * * * * * * * * * * * * * * * * * * * * * * * *
Virtual
$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 of
strings.
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 wondering if there was a way to add
3 matches
Mail list logo