I want to know how can I concatenate both these echo's together:
<?php echo $_SESSION['id'] ?><?php echo $sessionConcat ?>
I wanted it to concatenate the echos so that the concatenate echos can be then set to a variable, e.g.
$assessment = //concatenated echo