I have to add an html id tag to give some css properties inside this php code and I don't know how to do that?
<?php
//Start your session
session_start();
//Read your session (if it is set)
if (isset($_SESSION['user_login'])){
echo $_SESSION['user_login'];
}
?>
I have to add css property for that echo.