What language should I learn to create an authentication website?

Joined
Sep 12, 2022
Messages
39
Reaction score
0
The website functions by a user inputting their email address and self-generated password. I am leaning towards node.js. What language will be sufficient to create such an authentication-based website? On the front-end, my skills are HTML, CSS and JavaScript. E.g a user inputs their details, i.e email: (e-mail address removed), and password: examplePassword, then they are able to access the next page if the details entered match those used to sign up. Thanks
 
Joined
Nov 13, 2020
Messages
302
Reaction score
38
find the form here: https://www.w3schools.com/howto/howto_css_login_form.asp
My preference for server-side coding language and storage would be PHP and MySQL
The code and DB set up can be found in a number of places here are a couple:
Code:
https://www.javatpoint.com/php-mysql-login-system
and
Code:
https://codeshack.io/secure-login-system-php-mysql/

P.S.
Don't forget to also include the register section.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,059
Latest member
cryptoseoagencies

Latest Threads

Top