Forum Moderators: coopster
Untested.
Will probably do what you want, although I don't know anything about your datatypes.
Occasionally I have had trouble concatenating function calls (ie the number_format), but this doesn't look like such an instance - worse case is you'd pull the number_format call into an an earlier variable and then concatenate that result into this string.
There isn't much to the concatenation operator, but the doco is here:
[php.net...]