<html> <body> <form action="login.php" method="post"> <!--Username: <input type="text" name="name" /> Password: <input type="password" name="password" />--> [authentication stuff goes here] <br><br> For now, use .htaccess to protect the admin directory! <br> <input type="submit" value="Login"> </form> </body> </html>