RE: Concatenate two strings

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

 



Mine is as follows

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

-----Original Message-----
From: Fred Wright [mailto:to_637fjw@hotmail.com] 
Sent: 16 January 2003 11:54
To: php-db@lists.php.net
Subject: Re:  Concatenate two strings


On mine its just
$valor1$valor2

"Mark Snijders" <Mark.Snijders@atosorigin.com> wrote in message
news:1E89D877173CD311B9510008C75D97B20941D4BB@nlehx021.ehvvan.nl.origin-
it.c
om...
> with a dot
>
> $valor=$valor1 . " " . $valor2
>
> :-)
>
>
>
>
>
> -----Original Message-----
> From: Bruno Pereira [mailto:bruno.pereira@netvoice.pt]
> Sent: woensdag 15 januari 2003 15:48
> Cc: php3@developersdesk.com; php-db@lists.php.net
> Subject:  Concatenate two strings
>
>
> How can i join two strings.
> My code is something like:
> $valor1="bruno";
> $valor2="Pereira";
> $valor=$valor1 + " " + $valor2
>
> Can someone help me. Thanks.
>
> Cumprimentos
>
> Bruno Pereira
> bruno.pereira@netvoice.pt
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



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


-- 
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