Can anyone tell me how to make multi user registratiom code in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can anyone tell me how to make multi user registratiom code in html?

i want to make a registration page in html where i can allow 3 user to select their role and according to that registeration list appeared .

28th Jul 2018, 3:59 AM
Fatema kapasi
Fatema kapasi - avatar
4 Answers
+ 8
With html, that probably won't work without integrating the user names and maybe passwords etc. in the source code, which would make it very insecure. Also you'll at least need JavaScript to make a simple id check. But still, everyone could just look at the html/JavaScript code and see all login data. For a minimum of security, you'll probably need to combine html with php, save passwords as hash values etc. What you're asking for are actually pretty advanced concepts...
28th Jul 2018, 5:18 AM
Anna
Anna - avatar
+ 2
Thanks Anna.
31st Jul 2018, 1:23 AM
Fatema kapasi
Fatema kapasi - avatar
+ 1
Thanks anthony stark.
31st Jul 2018, 1:24 AM
Fatema kapasi
Fatema kapasi - avatar
0
It can't work with html, or worse it'll be completely insecure. It is really just a markup language. You need PHP or Python or any other language with proper security features. Like Anna said, what you're asking for is pretty "hi-tech".
28th Jul 2018, 9:03 AM
Anthony Stark
Anthony Stark - avatar