I want to set password to enter another page | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

14th Apr 2020, 9:18 AM
Pumipat Pornpanarat
Pumipat Pornpanarat - avatar
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.
14th Apr 2020, 9:34 AM
Tony
Tony - avatar
+ 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.
14th Apr 2020, 9:27 AM
ChaoticDawg
ChaoticDawg - avatar
+ 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.
14th Apr 2020, 9:43 AM
ChaoticDawg
ChaoticDawg - avatar