Date: 09/30/98
- Next message: Morloi: "[PHP3] NT4 and mail() problems"
- Previous message: Remigiusz Sokolowski: "[PHP3] Operators"
- Maybe in reply to: Remigiusz Sokolowski: "[PHP3] Operators"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
it's exactly what you thought of.
$the_string_concatenated = "This is a ";
echo $the_string_concatenated .= "test";
will result in
This is a test
Regards
Jens
Quoting Remigiusz Sokolowski <rems <email protected>>:
> Hi!
> Quick question:
> Is there in php operator near to +=, but makes concatention of strings?
> For example .= or smth
> TIA
> Rem
>
> -------------------------------------------
> Remigiusz Sokolowski
> e-mail: rems <email protected>
> -------------------------------------------
>
>
>
> --
> PHP 3 Mailing List http://www.php.net/
> To unsubscribe send an empty message to php3-unsubscribe <email protected>
> To subscribe to the digest list: php3-digest-subscribe <email protected>
> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.
> +php3
>
>
>
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3
- Next message: Morloi: "[PHP3] NT4 and mail() problems"
- Previous message: Remigiusz Sokolowski: "[PHP3] Operators"
- Maybe in reply to: Remigiusz Sokolowski: "[PHP3] Operators"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

