+ 2

How can I make a website where people can login/register??

So far I can code in HTML, CSS and a bit of JavaScript and I already have a database on my XAMP

7th Jun 2017, 7:32 PM
<Ballad/>
<Ballad/> - avatar
3 Respostas
+ 12
My advice is Firebase. You can use it for learning purposes and for small/medium projects. An example? This code uses Firebase to login different accounts in a database: https://code.sololearn.com/WQYApZt67VWn/?ref=app
7th Jun 2017, 7:42 PM
Maz
Maz - avatar
+ 4
as @maz said firebase is excellent for conceptual building once you know it you'll understand the classical way
7th Jun 2017, 7:55 PM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
+ 2
php if you want the classical way hash passwords before storing in db retrieve user info on profile page etc etc it's easy just think it out well and get some tutos
7th Jun 2017, 7:54 PM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar