How to make login | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make login

how

3rd Apr 2018, 4:11 PM
Achmad Munif
Achmad Munif - avatar
2 Answers
+ 3
You'll want to utilize Javascript alongside a server-side language, such as PHP or NodeJS. As well, you'll use them with a database so you can store the user accounts and such; so you'll want to also learn SQL (query language) along with MySQL (relational database). So learn: - Javascript - jQuery (makes JS easier to deal, especially AJAX requests) - SQL (use this to interact with databases) - MySQL (the actual database) - PHP or NodeJS (server-side languages to allow communication between client/server)
3rd Apr 2018, 4:16 PM
Fata1 Err0r
Fata1 Err0r - avatar