LOGIN PAGE
Does anyone know a simple and easy way to create a Log In page I´m looking for something basic just so I can present for class
Why u no do it your self
PHP is the easiest way to do it for a website, you are going to need an SQL database, Web Server, and PHP. here is a simple one I made a while back http://tortolita.is-great.org/login.php here is a very nice tutorial. https://www.tutorialrepublic.com/php-tutorial/php-mysql-login-system.php
well you have to make login.html and add a required on each input so that it says required and you have to put on the form method="GET"
You can do same things very easily using PHP and MySQL. you can checkout this registration and login system in PHP and MySQL to quick understanding basic PHP flow.
No, but I can guess that your probably going to be using html. @K1NGBOSS
@MATTHEWBECHTEL you can use other languages as well
Check your email in a moment. @Masy
@MATTHEWBECHTEL I did
The html should look something like this:
which will send a
GET
request toYOUR_URL/login?username=USERNAME&password=PASSWORD