+ 2

Need help

Ok so I just started coding maybe last week. I’m learning a lot and have drove my wife crazy with it. But my problem is I wanna make a website for my son. I want them to be able to put in certain username and password to access the site. Ex. I want the username to be GamingDayDay fan and password to be minesweeper. Then once they enter in the right username and password it will direct them to the actual page. Plz help and thank you in advance

30th Jan 2018, 10:07 PM
Matthew Graves
Matthew Graves - avatar
2 Réponses
+ 7
Hi @Matthew 👋! You said you just started coding but what you need to know to create features such as creating an account, signing-in, verifying email, storing email, deleting account, etc. is you will need to create a database to store all the information, and to access this database you'll need a server-side scripting language. For example: MySQL for data storage paired with a backend language like PHP or Python to interact with the database.
30th Jan 2018, 10:42 PM
Pao
Pao - avatar
+ 1
Thank y’all for the help. I think I’m trying to rush into all this and maybe just need to slow down and learn basics.
30th Jan 2018, 11:08 PM
Matthew Graves
Matthew Graves - avatar