I'm spacing and just need someone to give me a quick slap on the face
add info to a variable at the end without using an array.
basically say I have
$var = "hello, world";
later I want to add in:
$var = $var + " you rock";
and later I want to add more always at the end of the variable say:
$var = $var + " what is the next thing to do";
does this make sense.
thanks in advance. Sorry hit a total spaceout today.