Hi there.

You could join the two using a period(.) this will concatenate the two
strings.

$a = 1;
$b = 2;
$together = $a.$b; // $together  == '12'

regards

-|Scott

> -----Original Message-----
> From: Meltem Demirkus [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 09, 2002 11:39 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] combine 2 integer
>
>
> Hi,
>
> I want to add one integer to the end of another , which function can I
> use?..
>
> thanks
>
> meltem
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


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

Reply via email to