Re: Concatenate two strings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 15 Jan 2003 14:47:59 -0000
"Bruno Pereira" <bruno.pereira@netvoice.pt> wrote:

> How can i join two strings.
> My code is something like:
> $valor1="bruno";
> $valor2="Pereira";
> $valor=$valor1 + " " + $valor2

 $valor=$valor1 . " " . $valor2;

See  http://www.php.net/manual/pt_BR/language.operators.string.php

hth

pier

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux