0
Hi, i want to create a website where people can signin, login and reset passwords, which languages do i need to do this?
4 Answers
+ 2
Frontend: HTML CSS
Backend: PHP
Database: MySQL
This is the minimum. You can change the languages, but from my side these are recommended.
+ 2
Try to check out python with django framework.
Or nodejs with jwt authentication
These will be more demanded in future than php
0
You can use Javascript with HTML5 for that and to store passwords and all you can use any database that you feel easy to use with javascript
0
Just for completeness, the languages required for frontend are HTML, CSS and JavaScript. Learn them in this order.