How to Make a Database for people to login and sign up.
So I'll be building this website (html) where you can sign up and login.
When U sign up, I (administrator)will be able to see and store information for every user.
I'm open if you can help me if it Js or PHP.
P.S. I'm not very good at both
Leave a comment if you can help me with this
Hi!! You could try SQL to do this :)
@Coder100
I forgot everything I learnt about SQL
Also how do you connect sql with html
you can't thats PHP you are looking for. @FishballNooodle
Neither JS nor PHP are good languages to be using as a DB. You're better off using an existing framework like AWS or Azure for that, especially because you need to keep that info safe. I haven't had an opportunity to try it yet, but if you enable the Explorer role, Repl.it is testing out a new per-user DB that fully integrates with your Repls, so I'd imagine that would be the best way to go.
@SixBeeps
How do you enable the explorer role
in your settings @FishballNooodle
Im looking for the same thing