Session Support Checker
'; // Check if the page has been reloaded if(!isset($_GET['reload']) OR $_GET['reload'] != 'true') { // Set the message $_SESSION['MESSAGE'] = 'Session support enabled!
'; // Give user link to check // echo 'Click HERE to check for PHP Session Support.
'; } else { // Check if the message has been carried on in the reload if(isset($_SESSION['MESSAGE'])) { // echo $_SESSION['MESSAGE']; } else { // echo 'Sorry, it appears session support is not enabled, or you PHP version is to old. Click HERE to go back.
'; } } $_SESSION['varmi']='gkhn'; ?>