Can anyone explain how to make this code work?
echo \'Welcome \'
Use the following code
$data = $session['user']; echo "a big string and $data thats simple"