0
I want to set password to enter another page
If i want to set password (not login options) to enter another page that i set it, what language should i learn? php? JavaScripts?
3 Answers
+ 3
Node.js can also be used in the place of PHP, and I'm really starting to like it a lot. I still love PHP though too.
+ 2
Html, css, and javascript for front end and SQL for database storage of login info to use with a backend language such as PHP.
+ 2
There are several backend languages that can be used and a few variations of Query languages (SQL). Node.js is good, the dot net languages are good, C#, python is ok, golang is great for large projects if you can find a good web host or have your own server, and PHP is a good starting point and widely available.