0
How to make a sign up login system for my website. Which language will be easy
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
0
Thanks disha di, for helping me. Have nice day