How to make a sign up login system for my website. Which language will be easy | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make a sign up login system for my website. Which language will be easy

16th Jan 2020, 5:10 AM
Siddharth K
Siddharth K - avatar
2 Answers
+ 2
Siddharth Katariya Generally for making any login system for websites front end and back-end language are used. At the front-end You can go with Html-> for structuring the login module. Css-> for adding styles to the login modules. Bootstrap or foundation-> for adding responsive nature to any screen size. Javascript-> for adding validation at real time and execute the code in ease way. Php -> For back-end working php can be more useful it will manage all server side operation and maintain an client server 3 tire or two tire architecture according to your implementation MySQL-> for fetching result and data from client to server
16th Jan 2020, 6:03 AM
DishaAhuja
DishaAhuja - avatar
0
Thanks disha di, for helping me. Have nice day
16th Jan 2020, 6:05 AM
Siddharth K
Siddharth K - avatar