hi all,
I have a string $string
I initialize the string:
$string = "test string<br>";
I want to add text to the string along my script but:
$string += "more information<br> ";
doesn't seem to work.
Someone an help me?
regards
Stijn
I have a string $string
I initialize the string:
$string = "test string<br>";
I want to add text to the string along my script but:
$string += "more information<br> ";
doesn't seem to work.
Someone an help me?
regards
Stijn
Comment