Help for this page
<?php session_start(); $_SESSION['hello']=23; ?>
<?php session_start(); echo $_SESSION['hello']; ?>