I made a login form with HTml, but I don't know how to sign up and put it in db.

Asked 2 years ago, Updated 2 years ago, 106 views

I made a login form with HTml, but I don't know how to sign up and put it in db. How can I make it easier?

javascript mysql login

2022-09-22 21:30

1 Answers

Now, you have to create a function to sign up and put it into the DB in a language like PHP

Usually there are many things like python, ruby, node.js, but the learning curve has the lowest php and is easy to access, so I recommend studying with PHP.

Now you need to install mysql or mariadb on your computer because you need to have a database in order to put it into the DB

I don't know if you just opened HTML or ran it as a web server, but you also need a web server like Apache or NGINX to print out the php interpretation.

In the case of Windows, if you install WAMP, all three are installed at once, and in the case of Linux, you need to install one by one (changed from apt-get to apt)

I recommend you to read the PHP course on the life coding website

https://opentutorials.org/course/478


2022-09-22 21:30

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.