Hello, I am making Log in for my site.. I want to make it so when you log in it displays your username by saying 'Welcome, Liam' but when I try this it just says 'Welcome, $user'.. Can anyone help?!
Here is the code for the page that says 'Welcome, $user':
<?php
session_start();
echo...