On September 9, 2002 03:38, Meltem Demirkus wrote:
> Hi,
>
> I want to add one integer to the end of another , which function can I
> use?..

  Hi Meltem,

  You can use the concatenation operator (.)

  <? echo 2 . 4; ?>

Cheers!
--zak


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

Reply via email to