* Copyright: See COPYING files that comes with this distribution
********************************************************************************/
?>
+ <hr />
<small>©Polytechnique.org 2003</small>
<br /><br />
<table width="100%" style="background-color: #dddddd">
<tr><th style="background-color:#800000">Debug</th></tr>
- <tr><td><pre><?php echo "_POST: "; var_dump($_POST);?></pre></td></tr>
+ <tr><td><pre><?php echo "_POST: "; var_dump($_POST); echo "_SESSION: "; var_dump($_SESSION);?></pre></td></tr>
</table>
</body>
</html>