How do i put div tag in my example echo here?
if ($_SESSION['username'])
{
echo "you are logged in as: ".$_SESSION['username'];
}
I want to put style(css)on that $_SESSION(username) whoever logins. For example, you are logged in as: Sam
I want to style the name Sam.