<?php echo" <p><h2>Login</h2></p> <form name=\"login\" method=\"post\" action=\"$PHP_SELF?\"> <table width=\"50%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bordercolor=\"#6600CC\"> <tr> <td width=\"50%\" height=\"30\">User Name:</td> <td height=\"30\"> <input name=\"user_name\" type=\"text\" id=\"user_name\" value=\"\"></td> </tr> <tr> <td width=\"50%\" height=\"30\">Password:</td> <td height=\"30\"> <input name=\"pass\" type=\"password\" id=\"pass\" value=\"\"></td> </tr> <tr> <td width=\"50%\" height=\"30\"> </td> <td height=\"30\"> <input type=\"hidden\" name=\"submit\" value=\"submit\" <input type=\"hidden\" name=\"login\" value=\"login\" <input type=\"submit\" name=\"Submit\" value=\"Log in\"></td> </tr> </table> </form> "; ?>