When a user is logged in-PHP?

hjfxghd7

New member
<?php echo "$_SESSION['charName']"; ?>

Would this be correct, on the login page. I started a session and then I want to say, Welcome, name.
 
Back
Top