// $newpost['title'] = 'Something, ';// $normalanswer = 'Another thing.';$newpost['title'] .= $normalanswer;// Now $newpost['title'] has the value: Something, Another thing.