<?php
     $msg1 
$_REQUEST['emsg1'];
     
$msg2 $_REQUEST['emsg2'];
     
$mcod $_REQUEST['ecod'];
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
        <title>AHNAR Error</title>
        <link rel="stylesheet" href="ahnarstyle.css">
</head>

<body class="ahnarbody">
        <h1 class="ahnarlarge">AHNAR <hr style="color:white">  </h1>
        Error:<br>
                <?php   if ($mcod 0) echo "Error Code: $mcod <br>";
                        echo 
$msg1."<br>";
                        echo 
$msg2."<br>";
                        
?>

        Go to <a href="http://ahnar.dyndns.org">AHNAR Home</a> <br>
        Go <a href="javascript:history.back()">BACK</a>              <br>

        <br><br>
        <i>Ian Bugeja 2005 - CSA3004 - University of Malta</i>

</body
</html>