こんばんわ。とうろんと申します。 現在、ユーザー認証を勉強中なのですが。 下記の入力フォームを利用して、ユーザー認証を実現するにはどうしたらいいでしょ うか? ユーザー名<br> <form method = "post" action = ""> <input type = "text" name = "USERNAME"><br> パスワード<br> <input type = "password" name = "PASS"> <input type = "submit" name = "submit" value = "ログイン">