I would like to use HTML and PHP together. However it's not working.
I would like to have something like: Logged in as username
echo "<ul> <li>Logged in as</li> </ul>";
However I want to add $_SESSION['username'] to it within the listed object.
What is the best way to do this?
Cheers!