Greetings.
I've searched the manual and can't find what I need ... PLEASE point me in
the right direction.
I need to concatenate several variables, some of which are text and some of
which are integers ... e.g.
$desired_string = $number . $text . $number2 . $text
where $text and $text2 are strings and $number and $number2 are integers ...
always seems to truncate after first number ...
i know this is elementary, but if someone could point me to the proper
document, i'd really appreciate it.
Thanks,
kenny
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]