+ 1
Guys pls quick question
If I want to create a website where people create accounts and need to log in with username and password to access dashboard, which language do I nned? SQL? Jscript? PHP? Also how do I receive forms to my email using php forms? Thanks.
3 ответов
+ 1
Wowww. Saksham Saxena That's too much code for me. Why won't sololearn teach this?
0
Emeruche Ikenna Cole
That's the work of back-end developers ,
For that you'll need
1.SQL ---.To store passwords
2.PHP --- to work with the forms
0
Yahiko I am currently learning sql and php. Issue now is how do I link the inputs in the username and password fields to php and how will I use sql to authenticate login?