|
echo output Hello again,
i think i have another basic question.
i will make a array like this:
$mn = 123
$x = echo $mn, ($mn)STRING...
i want that my out looks like this:
123
123STRING..., but the STRING... is interpreted as the third part of the
array. It looks like this
123
123
STRING...
What can i do?
THX |