Accessing Or Printing Session Value

<?php

       session_start();

?>

<?php

          echo $_SESSION['email'];

 ?>
Previous
Next Post »