<?php
    session_start
();
    
header("Cache-control: private"); // IE 6 Fix.
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
        <title>AHNAR Dump</title>
        <link rel="stylesheet" href="ahnarstyle.css">
</head>
<body class="ahnarbody">
<h1 class="ahnarlarge">AHNAR<hr style="color:white"></h1> <br>
The below is the User Model for this current User. <br>
Generated on: <?php echo date("l dS of F Y h:i:s A"); ?> <br>
keyword ledgend: [0-word, 1-total occurrance, 2-updated last(t/f), 3-age, 4-updated times, 5-stem]

<br> <br>
<?php
       $eco 
=  htmlspecialchars(print_r($_SESSIONtrue));
       
$eco str_replace(" ""&nbsp;"$eco);
       
$eco str_replace("\n""<br>"$eco);

       echo 
$eco;
?>
</body>
</html>