I have two php pages in one I have a form and I want to take the email variable from the other page. Like I do without using $ _SESSION. I want to do this because from the server it does not work for me to use $ _SESSION or start_session ()
<header class='main' id='h1'>
<span class="right"><a href='../HTML5/layout.html'>LogOut</a> </span>
<span> Usuario: <?php echo "$_GET[email]"; ?> </span>
<h2>Quiz: crazy questions</h2>
</header>
This does not work for me