PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
$_session['sess_test']="test";
And in the second page also, start session in the beginning(we have to start session on every page we use session variables)
and use echo $_SESSION['sess_test'];
Hope this will help.