Probably a simple question but I can’t manage to get it work. How do you add something to a “$”.
For example:
$string = “hi, there.”;
$string = $string + “How are you”; (or eval($string)+”how are you”)
doesn’t work to create $string = “hi, there. How are you?”
So, what would be the correct syntax to add contents to the present value of the $?
regards,
jett [sig][/sig]
For example:
$string = “hi, there.”;
$string = $string + “How are you”; (or eval($string)+”how are you”)
doesn’t work to create $string = “hi, there. How are you?”
So, what would be the correct syntax to add contents to the present value of the $?
regards,
jett [sig][/sig]