Hello I am new with web design i am trying to display the first name of the person or email but when i load the page it is showing me only the name and the content is not there this is what i am doing thank you so much for your help :
<?php
@session_start();
echo(isset($_SESSION['UserFirstName'])?$_SESSION['UserFirstName']:"");